J.T. Conklin
43ece84dc3
* i386b-nat.c: Revert part of Mar 5 change. FreeBSD collapsed the
...
s* and t* symbols too.
1996-03-07 20:13:45 +00:00
Jeff Law
73578b1e49
* config/tc-hppa.c (SUBSEG_MILLI): Define.
...
(pa_def_subspaces): Add $MILLICODE$.
(pa_spaces_begin): Set section flags for $MILLICODE$.
1996-03-07 16:19:23 +00:00
Jackie Smith Cashion
5a367b09e3
Thu Mar 7 15:18:51 1996 James G. Smith <jsmith@cygnus.co.uk>
...
* symfile.c (generic_load): Avoid division by zero.
1996-03-07 15:25:33 +00:00
Jackie Smith Cashion
a647a859cb
Thu Mar 7 11:19:33 1996 James G. Smith <jsmith@cygnus.co.uk>
...
* gencode.c, interp.c: Replaced explicit long long references with
WORD64HI, WORD64LO, SET64HI and SET64LO macro calls.
* support.h (SET64LO, SET64HI): Macros added.
This is an intermediate checkin. The work of removing "long long"
usage is not yet finished. These changes are clean, and have been
sitting on my machine for a while (whilst doing other work), and it is
safer for them to be checked in.
1996-03-07 11:25:15 +00:00
Jeff Law
653fed07a6
* breakpoint.c (bfd_lookup_symbol): Provide for all SVR4 systems,
...
not just those with HANDLE_SVR4_EXEC_EMULATORS.
Fixes linux native build problem.
1996-03-07 01:00:04 +00:00
J.T. Conklin
c56c921821
* scripttmpl/elfppc.sc (.sdata2, .sbss2): Implement Feb 2 change
...
in a different manner to work around differences in shell variable
expansion.
1996-03-07 00:12:34 +00:00
Ian Lance Taylor
6771b6e23c
* ldemul.h (ldemul_unrecognized_file): Declare.
...
(ldemulation_xfer_type): Add unrecognized_file field.
* ldemul.c (ldemul_unrecognized_file): New function.
* ldlang.c (load_symbols): If a file can not be recognized, call
ldemul_unrecognized_file before trying it as a linker script.
* aix.em (gld${EMULATION_NAME}_unrecognized_file): New static
function.
(gld${EMULATION_NAME}_read_file): Use FOPEN_RT, not "r".
(ld_${EMULATION_NAME}_emulation): Initialize unrecognized_file.
1996-03-06 23:12:41 +00:00
Ian Lance Taylor
6b8ed20d4a
* config/obj-elf.c (obj_elf_section): Only SEC_LOAD if the type is
...
not SHT_NOBITS. Don't tamper with flags based on type if a
special section was found (revert Feb 29 change).
1996-03-06 22:19:22 +00:00
Ian Lance Taylor
0c27542fad
* config/tc-sh.c (sh_do_align): Only align using the nop pattern
...
if aligning to a longword boundary or greater.
1996-03-06 19:16:17 +00:00
Jim Wilson
6a413d6f3e
* tc-sh.c (sh_do_align): Pass 1 not 2 to frag_align.
1996-03-06 18:50:20 +00:00
Jeff Law
27b6a1fa2e
* From Peter Schauer:
...
* breakpoint.c (internal_breakpoint_number): Move to file scope.
(create_solib_event_breakpoint): Use an internal breakpoint number.
1996-03-06 16:36:13 +00:00
Wilfried Moser
bb901438ce
* valarith.c (value_in): Change builtin_type_chill_bool to
...
LA_BOOL_TYPE.
1996-03-06 08:35:05 +00:00
Wilfried Moser
8513db3731
* powerset.exp: Add test.
1996-03-06 08:30:40 +00:00
Wilfried Moser
c105168f76
* ch-exp.c (parse_primval): Handle CARD, MAX, MIN.
...
(match_string_literal): Handle control sequence.
(match_character_literal): Deto.
* ch-lang.c (chill_printchar): Change formating of nonprintable
characters from C'xx' to ^(num).
(chill_printstr): Deto.
(value_chill_card, value_chill_max_min): New functions to process
Chill's CARD, MAX, MIN.
(evaluate_subexp_chill): Process UNOP_CARD, UNOP_CHMAX, UNOP_CHMIN.
* expression.h (exp_opcode): Add UNOP_CARD, UNOP_CHMAX, UNOP_CHMIN
for Chill's CARD, MAX, MIN.
* valarith.c (value_in): Add processing of TYPE_CODE_RANGE
and change return type from builtin_type_int to
builtin_type_chill_bool.
1996-03-06 08:02:45 +00:00
Wilfried Moser
6bf53072e9
* gch922.{ch,exp}, powerset.{ch,exp}: New test cases.
...
* builtins.exp, chillvars.exp, misc.exp, tests1.exp: Updated
due to new format of nonprintable characters (control sequence
instead of C'xx').
1996-03-06 07:44:46 +00:00
Stan Shebs
b4692cbc5e
* config/nm-nbsd.h (link_object, lo_name, etc): Move to here
...
from config/nm-nbsd.h.
* config/sparc/nm-nbsd.h (regs, fp_status, etc): Move to here
from config/sparc/tm-nbsd.h.
1996-03-06 04:01:02 +00:00
Stan Shebs
d009ffd8ac
* config/m68k/nm-hp300hpux.h (FIVE_ARG_PTRACE): Define here
...
instead of in config/m68k/xm-hp300hpux.h.
1996-03-06 02:58:19 +00:00
Stan Shebs
45061b1e59
* */Makefile.in (maintainer-clean): Remove config.log.
...
* gdb.base/Makefile.in (EXECUTABLES): Replace twice with twice-tmp.
* gdb.c++/Makefile.in (PROGS): Add inherit.
(clean): Remove *.ci.
1996-03-05 22:42:17 +00:00
Ian Lance Taylor
8f218e05fc
* configure.in: Don't set SHLIB or SHLINK to an empty string,
...
since they appear as targets in Makefile.in.
* configure: Rebuild.
1996-03-05 20:52:52 +00:00
J.T. Conklin
d554e554da
* i386b-nat.c, m68knbsd-nat.c (fetch_core_registers): Provide
...
implementation for NetBSD systems.
1996-03-05 20:09:21 +00:00
Ian Lance Taylor
c5bde1ef85
* sunos.c (sunos_scan_ext_relocs): If not making a shared library,
...
don't fiddle with a symbol which is not defined anywhere.
1996-03-05 17:03:18 +00:00
J.T. Conklin
08714af65c
* configure.in (m68k-*-netbsd*): Build everything now.
1996-03-05 16:24:35 +00:00
Per Bothner
6cec39dc99
* string.ch, string.exp: Add tests (from Cygnus PR chill/9078).
1996-03-05 08:21:49 +00:00
Per Bothner
8d67b75aa2
* valarith.c (binop_user_defined_p): Return 0 for BINOP_CONCAT.
...
(value_concat): Handle varying strings (add COERCE_VARYING_ARRAY).
This fixes PR chill/9078.
1996-03-05 08:20:22 +00:00
Per Bothner
845fed18b8
* pr-9095.ch, pr-9095.exp: New test case.
1996-03-05 08:12:53 +00:00
Per Bothner
02e6e53d84
* ch-lang.c (evaluate_subexp_chill case MULTI_SUBSCRIPT): Error
...
if "function" is pointer to non-function.
Fixes PR chill/9095.
1996-03-05 07:48:20 +00:00
Steve Chamberlain
4b29551786
* configure.in (i386-*-cygwin32): Don't use bfd_gas.
...
* configure: Regenerated.
1996-03-05 05:04:56 +00:00
Stan Shebs
f935141e4c
* top.c (print_gdb_version): Update copyright year.
1996-03-05 02:13:33 +00:00
Ian Lance Taylor
4e59f52302
* xcofflink.c (xcoff_mark): Treat undefined imported symbols as
...
though they are defined in a shared library.
(xcoff_build_ldsyms): Likewise.
1996-03-05 01:01:11 +00:00
Ian Lance Taylor
ea2504d592
* coffgen.c (coff_find_nearest_line): Don't look at the line
...
numbers for the section if section->lineno is NULL.
1996-03-04 23:42:12 +00:00
Jeff Law
11be829fa1
* From Peter Schauer:
...
* infrun.c (wait_for_inferior): Remove breakpoints and
switch terminal settings before calling SOLIB_ADD.
* solib.c (enable_break, SVR4 variant): Don't map in symbols
for the dynamic linker, the namespace pollution causes real
problems.
1996-03-04 21:50:10 +00:00
Jeff Law
421e2c270e
* config/tc-hppa.c: Add default definitions for R_N0SEL and
...
R_N1SEL since they're not defined for old versions of hpux.
1996-03-04 19:42:03 +00:00
Ian Lance Taylor
3d0c8fa1d4
* ldlang.c (wild): Handle foo.a(.text) by mapping each included
...
member of foo.a separately. From Jouke Numan <jnuman@bazis.nl>.
1996-03-04 19:12:43 +00:00
Ian Lance Taylor
cb84f0284f
* elf.c (_bfd_elf_symbol_from_bfd_symbol): Print a useful error
...
message rather than calling BFD_ASSERT.
* elfcode.h (write_relocs): Check return value of
_bfd_elf_symbol_from_bfd_symbol.
1996-03-04 17:50:38 +00:00
Jeff Law
eff5fcda23
* config/tc-hppa.c (tc_gen_reloc): Fix typo in R_COMP2 code.
...
Set "sym_ptr_ptr" and "addend" fields to dummy values for
R_N0SEL and R_N1SEL.
Net buglet, and something I just noticed was wrong.
1996-03-04 17:15:23 +00:00
Jackie Smith Cashion
4f005fea32
Sun Mar 3 17:18:57 1996 James G. Smith <jsmith@cygnus.co.uk>
...
* remote-mips.c (common_breakpoint): Explicitly terminate the
returned buffer.
1996-03-03 17:20:15 +00:00
Ian Lance Taylor
d197a7abbc
Fri Mar 1 10:20:52 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
...
* flonum-konst.c: Add two more constants for 1e+-2048 and
1e+-4096, and correct the other constants.
1996-03-01 15:34:47 +00:00
Ian Lance Taylor
16385918b7
Fri Mar 1 10:24:59 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
...
* emultempl/elf32.em (gld${EMULATION_NAME}_find_exp_assignment):
Search trinary.cond rather than searching trinary.lhs twice.
1996-03-01 15:27:57 +00:00
Ian Lance Taylor
bb1013d939
Fri Mar 1 10:20:52 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
...
* symbols.c (resolve_symbol_value): Handle O_logical_not.
1996-03-01 15:24:19 +00:00
Michael Meissner
6e036cf7f6
When putting common items in .sdata, make sure SEC_LOAD flag is cleared
1996-03-01 14:47:46 +00:00
Michael Meissner
0d8405e80d
fix typo
1996-02-29 23:16:24 +00:00
Michael Meissner
30510276e6
All predefined sections to be of NOBITS type
1996-02-29 19:04:49 +00:00
Stan Shebs
cf3c093871
From Wilfried Moser <wilfried.moser@aut.alcatel.at>:
...
* remote.c (remote_detach): Send a command 'D' to the target
when detaching, update the function's comments.
1996-02-29 06:39:05 +00:00
Fred Fish
7d568604b1
Add xm-nbsd.h
1996-02-29 04:19:15 +00:00
Fred Fish
be7b99e5be
Remove missing file "PROBLEMS" from list of files to keep.
1996-02-29 03:41:50 +00:00
Jeff Law
24b216e1dd
* config/tc-hppa.c (hppa_fix_adjustable): For SOM, don't
...
reduce relocs using e_nlrsel field selectors.
1996-02-29 00:51:00 +00:00
Fred Fish
8fe2b2c53e
* Makefile.in (VERSION): Bump version to 4.15.2 to establish
...
baseline for gdb 4.16 rerelease testing.
1996-02-28 23:53:00 +00:00
Jeff Law
75c90d612e
* write.c (fix_new_exp): Don't use #elif. Some compilers
...
don't handle it.
Fixes build problem with certain versions of the hpux compiler.
1996-02-28 22:39:09 +00:00
Jeff Law
a4f39c0651
* somsolib.c (som_solib_create_inferior_hook): Before returning
...
call clear_symtab_users.
Fixes minor hpux problem with 7763 patches.
1996-02-28 20:36:27 +00:00
Jason Merrill
aaefc574d6
Wed Feb 28 12:25:46 1996 Jason Merrill <jason@yorick.cygnus.com>
...
* Makefile.in (taz): Fix quoting.
1996-02-28 20:26:15 +00:00