David D. Zuhn [Thu, 19 Aug 1993 02:46:32 +0000 (02:46 +0000)]
reflect new changes in matrix
David D. Zuhn [Wed, 18 Aug 1993 22:54:11 +0000 (22:54 +0000)]
keep i386-linux.h
David D. Zuhn [Wed, 18 Aug 1993 22:50:08 +0000 (22:50 +0000)]
remove rcs cruft
Jim Kingdon [Wed, 18 Aug 1993 22:23:45 +0000 (22:23 +0000)]
* defs.h: Try to clarify comment about ADDR_BITS_REMOVE.
David D. Zuhn [Wed, 18 Aug 1993 21:26:16 +0000 (21:26 +0000)]
add libio
Ken Raeburn [Wed, 18 Aug 1993 21:21:23 +0000 (21:21 +0000)]
obj-elf, write, symbols, read changes
Ken Raeburn [Wed, 18 Aug 1993 21:09:23 +0000 (21:09 +0000)]
Undef NO_RELOC before including aout/aout64.h.
(obj_elf_weak): New function.
(obj_pseudo_table): Handle ".weak".
(obj_elf_section): If section directive includes a string, ignore
it for now. Accept "progbits" flag.
(obj_elf_type): Accept `@' before flag name.
Ken Raeburn [Wed, 18 Aug 1993 20:53:03 +0000 (20:53 +0000)]
(potable): Treat "string" like "asciz".
Ken Raeburn [Wed, 18 Aug 1993 20:45:18 +0000 (20:45 +0000)]
updated to-do list
Jim Kingdon [Wed, 18 Aug 1993 20:31:12 +0000 (20:31 +0000)]
* printcmd.c (print_address), values.c (value_as_pointer): Don't
use ADDR_BITS_REMOVE.
Ian Lance Taylor [Wed, 18 Aug 1993 19:45:17 +0000 (19:45 +0000)]
* config/tc-mips.c (append_insn): Don't swap branch instructions
if .set nobopt or .set volatile.
(gp_reference): .lit8 and .lit4 are accessed via the GP register.
(macro): Added cases M_LI_S, M_LI_SS. Fixed M_LI_D and M_LI_DD.
(mips_ip): Added cases 'F', 'L', 'f', 'l' for floating point.
* config/obj-ecoff.c: Renamed some variables to avoid shadow
warnings.
Ian Lance Taylor [Wed, 18 Aug 1993 19:40:37 +0000 (19:40 +0000)]
* mips-opc.c: li.d uses "T,L", not "S,F". Added li.s.
Ian Lance Taylor [Wed, 18 Aug 1993 19:39:33 +0000 (19:39 +0000)]
* mips.h: Added M_LI_S and M_LI_SS.
Jim Kingdon [Wed, 18 Aug 1993 19:33:39 +0000 (19:33 +0000)]
* blockframe.c (block_innermost_frame): Uncomment.
Return NULL if passed NULL.
* frame.h: Declare it.
* expression.h (union exp_element): Add field block.
* parse.c (write_exp_elt_block): New function.
* expression.h (OP_VAR_VALUE): Now takes additional struct block *.
* *-exp.y: Write block for OP_VAR_VALUE.
* eval.c, expprint.c, parse.c: Deal with block for OP_VAR_VALUE.
* valops.c, value.h (value_of_variable), callers:
Add second argument, for block.
Jim Kingdon [Wed, 18 Aug 1993 17:10:55 +0000 (17:10 +0000)]
* main.c (gdb_readline): If we read some characters followed by EOF,
return them rather than returning NULL.
Jim Kingdon [Wed, 18 Aug 1993 05:10:45 +0000 (05:10 +0000)]
* hosts/i386{mach3,osf1mk}.h: New files, for Mach hosting.
* hosts/i386mach.h: removed, replaced by i386osf1mk.h.
* config/i386mach3.mt, i386mach3.c: New files, for Mach a.out format.
* Makefile.in, configure.host, config.bfd: Corresponding changes.
* hosts/decstation.h: Include <sys/param.h> not <machine/param.h>.
Jim Kingdon [Wed, 18 Aug 1993 02:33:00 +0000 (02:33 +0000)]
* hppab-nat.c hppah-nat.c infptrace.c (child_resume): Pass in pid as
argument, instead of using inferior_pid.
Per Bothner [Wed, 18 Aug 1993 02:04:05 +0000 (02:04 +0000)]
* Makefile.in: Add support for new libio.
Per Bothner [Wed, 18 Aug 1993 01:24:15 +0000 (01:24 +0000)]
New directory
Jim Kingdon [Wed, 18 Aug 1993 00:54:48 +0000 (00:54 +0000)]
* hosts/i386{mach3,osf1mk}.h: New files, for Mach hosting.
* hosts/i386mach.h: removed, replaced by i386osf1mk.h.
* config/i386mach3.mt, i386mach3.c: New files, for Mach a.out format.
* Makefile.in, configure.host, config.bfd: Corresponding changes.
* hosts/decstation.h: Include <sys/param.h> not <machine/param.h>.
Jim Kingdon [Tue, 17 Aug 1993 23:11:08 +0000 (23:11 +0000)]
replaced by i386mach3.h
Jim Kingdon [Tue, 17 Aug 1993 22:50:20 +0000 (22:50 +0000)]
new for mach
Jim Kingdon [Tue, 17 Aug 1993 22:37:25 +0000 (22:37 +0000)]
* mips-tdep.c: Remove unused #ifndef NUMERIC_REG_NAMES and add comment.
Ian Lance Taylor [Tue, 17 Aug 1993 22:30:24 +0000 (22:30 +0000)]
* coffgen.c (coff_section_symbol): If section's output_section is
not yet set, point to itself. This is needed because this is
called on the output file, not the input file.
K. Richard Pixley [Tue, 17 Aug 1993 22:21:50 +0000 (22:21 +0000)]
* config/m88k/tm-m88k.h: Fix typo in comment.
(FP_REGNUM): define in terms of SP_REGNUM
rather than by absolute number. Also clearly comment that this
is a convenient lie in order to decrease future confusion.
(ACTUAL_FP_REGNUM): new macro for FP.
(FRAME_CHAIN_VALID): removed. Standard default works fine.
* m88k-tdep.c (frame_chain_valid): redundant, so removed.
(NEXT_PROLOGUE_INSN): removed unused fourth arg, fixed all
callers.
(read_next_frame_reg): declare static.
(examine_prologue): removed unused variabel insn2, rename insn1
to insn, rewrote comment about finding fp, sp, etc. set frame_fp
based on ACTUAL_FP_REGNUM rather than FP_REGNUM which is
actually a scammed alias for SP_REGNUM on m88k.
K. Richard Pixley [Tue, 17 Aug 1993 22:11:32 +0000 (22:11 +0000)]
fixed typo in comment
Jim Kingdon [Tue, 17 Aug 1993 21:28:42 +0000 (21:28 +0000)]
* stabs.texinfo (Stack Variables): Re-write.
Ian Lance Taylor [Tue, 17 Aug 1993 20:11:39 +0000 (20:11 +0000)]
* coff-rs6000.c (dummy_reloc, RTYPE2HOWTO): Set howto field to a
dummy value, rather than leaving it NULL.
Ian Lance Taylor [Tue, 17 Aug 1993 19:25:18 +0000 (19:25 +0000)]
* ldlang.c (open_output, lang_check): Check return value of
bfd_set_arch_mach.
Ian Lance Taylor [Tue, 17 Aug 1993 19:24:21 +0000 (19:24 +0000)]
* archures.c (bfd_default_set_arch_mach): Set bfd_error on
failure.
* aoutx.h (NAME(aout,set_arch_mach)): Check return value of
bfd_default_set_arch_mach.
Jim Kingdon [Tue, 17 Aug 1993 18:03:15 +0000 (18:03 +0000)]
* main.c (cd_command): If current_directory on entry is "/", then
don't append an extra slash.
Don't assume that /../.. means /.
Jim Kingdon [Tue, 17 Aug 1993 17:33:28 +0000 (17:33 +0000)]
* 29k-share/udi/udiphcfg.h: Always include udiphunix.h not udiphdos.h.
Jim Kingdon [Tue, 17 Aug 1993 16:49:11 +0000 (16:49 +0000)]
* complaints.c (complain): fflush (stdout) after output.
David MacKenzie [Tue, 17 Aug 1993 16:45:41 +0000 (16:45 +0000)]
don't pass cpu to config.bfd
David MacKenzie [Tue, 17 Aug 1993 16:43:52 +0000 (16:43 +0000)]
Tue Aug 17 09:42:16 1993 David J. Mackenzie (djm@thepub.cygnus.com)
* config.bfd (cpu): Extract from canonical name with sed.
* configure.in: Don't pass it.
Ian Lance Taylor [Tue, 17 Aug 1993 16:24:38 +0000 (16:24 +0000)]
* m88k-dis.c (m88kdis): Make class unsigned.
Steve Chamberlain [Tue, 17 Aug 1993 14:04:24 +0000 (14:04 +0000)]
* scripttempl/h8500.sc: Start all sections in a different segment.
* scripttempl/z8ksim.sc: Handle constructors
Peter Schauer [Tue, 17 Aug 1993 08:49:07 +0000 (08:49 +0000)]
* config/i386/tm-i386bsd.h (SIGTRAMP_START, SIGTRAMP_END, FRAME_CHAIN,
FRAMELESS_FUNCTION_INVOCATION, FRAME_SAVED_PC, SIGCONTEXT_PC_OFFSET):
Define to make backtracing through sigtramp work.
* config/vax/tm-vax.h (SIGTRAMP_START, SIGTRAMP_END, TARGET_UPAGES,
FRAME_SAVED_PC, SIGCONTEXT_PC_OFFSET): Ditto.
Peter Schauer [Tue, 17 Aug 1993 08:47:25 +0000 (08:47 +0000)]
* blockframe.c, frame.h (sigtramp_saved_pc): New routine to fetch
the saved pc from sigcontext on the stack for BSD signal handling.
* config/i386/tm-i386bsd.h (SIGTRAMP_START, SIGTRAMP_END, FRAME_CHAIN,
FRAMELESS_FUNCTION_INVOCATION, FRAME_SAVED_PC, SIGCONTEXT_PC_OFFSET):
Define to make backtracing through sigtramp work.
* config/vax/tm-vax.h (SIGTRAMP_START, SIGTRAMP_END, TARGET_UPAGES,
FRAME_SAVED_PC, SIGCONTEXT_PC_OFFSET): Ditto.
Jim Kingdon [Tue, 17 Aug 1993 05:07:15 +0000 (05:07 +0000)]
* gdb.t00/teststrategy.exp: Deal with it if cmdsize = 1 line
doesn't exist (due to optimization).
Jim Kingdon [Tue, 17 Aug 1993 04:21:55 +0000 (04:21 +0000)]
* gdb.stabs/wierd.exp: Deal with it if echo of "file" command
contains \r because the filename is long.
Jim Kingdon [Tue, 17 Aug 1993 03:23:50 +0000 (03:23 +0000)]
* stabs.texinfo (Stabs-in-elf): Talk about getting the start
addresses of a source file. Also revise formatting.
Change "object module" or "object file" to "source file".
Various: Miscellaneous cleanups.
Jim Kingdon [Tue, 17 Aug 1993 02:11:23 +0000 (02:11 +0000)]
* gdb.t06/signals.exp: Revise comments regarding "'next' behaved as
'continue'" bug, and change xfail back to i*86-univel-sysv4*.
David D. Zuhn [Mon, 16 Aug 1993 21:17:04 +0000 (21:17 +0000)]
use coffbfd for z8k
Jim Kingdon [Mon, 16 Aug 1993 18:57:30 +0000 (18:57 +0000)]
* stack.c (frame_info, print_frame_info): Add comment about using
the starting source line number on a line boundary if backtracing
through sigtramp.
Peter Schauer [Mon, 16 Aug 1993 10:13:22 +0000 (10:13 +0000)]
* config/m68k/tm-m68k.h (SIG_PC_FP_OFFSET, SIG_SP_FP_OFFSET):
Define for correct handling of bachtraces through _sigtramp.
Peter Schauer [Mon, 16 Aug 1993 10:06:20 +0000 (10:06 +0000)]
* gdb.t00/help.exp, gdb.t02/whatis.exp, gdb.t07/watchpoint.exp,
gdb.t08/opaque.exp, gdb.t17/interrupt.exp: Update for vax running
Ultrix.
* gdb.t02/whatis.exp: Use procedure to setup xfails on long versus
int tests.
* gdb.t08/opaque.exp: Use procedure to setup xfails for opaque tests.
Peter Schauer [Mon, 16 Aug 1993 10:03:57 +0000 (10:03 +0000)]
* blockframe.c (create_new_frame, get_prev_frame_info):
Use the function name when calling IN_SIGTRAMP.
* config/m68k/tm-m68k.h (SIG_PC_FP_OFFSET, SIG_SP_FP_OFFSET):
Define for correct handling of bachtraces through _sigtramp.
* m68k-tdep.c (m68k_find_saved_regs): Adjust saved sp for fake
sigtramp frames.
* mipsread.c (parse_type): Handle corrupt TIR info with complaint
instead of core dump.
* mipsread.c (parse_partial_symbols): Put static symbols into the
mimimal symbol table, use proper mst_types for all minimal symbols.
* stack.c (frame_info, print_frame_info): Use the starting source
line number on a line boundary if backtracing through sigtramp.
Peter Schauer [Mon, 16 Aug 1993 09:58:26 +0000 (09:58 +0000)]
* blockframe.c (create_new_frame, get_prev_frame_info):
Use the function name when calling IN_SIGTRAMP.
* config/m68k/tm-m68k.h (SIG_PC_FP_OFFSET, SIG_SP_FP_OFFSET):
Define for correct handling of bachtraces through _sigtramp.
* m68k-tdep.c (m68k_find_saved_regs): Adjust saved sp for fake
sigtramp frames.
* mipsread.c (parse_type): Handle corrupt TIR info with complaint
instead of core dump.
* mipsread.c (parse_partial_symbols): Put static symbols into the
mimimal symbol table, use proper mst_types for all minimal symbols.
* stack.c (frame_info, print_frame_info): Use the starting source
line number on a line boundary if backtracing through sigtramp.
Jim Kingdon [Mon, 16 Aug 1993 02:49:53 +0000 (02:49 +0000)]
* install.sh: If one command fails, don't try the rest. Don't try
to remove $dsttmp (via trap) unless we have already created it.
If $src doesn't exist, detect it and exit with an error.
Jim Kingdon [Mon, 16 Aug 1993 02:09:54 +0000 (02:09 +0000)]
* configure.host: Make sure all OS fields end in *.
Jim Kingdon [Mon, 16 Aug 1993 01:50:58 +0000 (01:50 +0000)]
* config.guess: Recognize BSD on hp300.
David D. Zuhn [Sat, 14 Aug 1993 20:49:12 +0000 (20:49 +0000)]
update targets
K. Richard Pixley [Fri, 13 Aug 1993 23:04:45 +0000 (23:04 +0000)]
hacking, whacking, and bug fixing.
K. Richard Pixley [Fri, 13 Aug 1993 21:52:10 +0000 (21:52 +0000)]
* Makefile.in (remote-bug.o): new rule.
(ALLDEPFILES): added remote-bug.c
K. Richard Pixley [Fri, 13 Aug 1993 21:49:51 +0000 (21:49 +0000)]
* remote-hms.c (hms_wait): use -1 for timeout's which means block
forever rather than 99999.
K. Richard Pixley [Fri, 13 Aug 1993 21:48:39 +0000 (21:48 +0000)]
* ser-unix.c (get_tty_state): if a descriptor is not a tty, then
simply save encode this fact as the process group and return
success rather than an error.
(set_tty_state): if process group is -1, do not reset the
process group.
(hardwire_reachar): comment change.
K. Richard Pixley [Fri, 13 Aug 1993 21:47:01 +0000 (21:47 +0000)]
comment change
K. Richard Pixley [Fri, 13 Aug 1993 21:45:31 +0000 (21:45 +0000)]
* config/m88k/tm-m88k.h: comment change to remove embedded
comment.
(SKIP_PROLOGUE): skip_prologue returns a value which is expected
to reset the pc argument. So reset it.
Sean Eric Fagan [Fri, 13 Aug 1993 21:38:41 +0000 (21:38 +0000)]
Use BFD to determine what a symbol prefix is, be better about determining
which symbols to study, and divide by the correct amount.
Ian Lance Taylor [Fri, 13 Aug 1993 20:38:02 +0000 (20:38 +0000)]
* nlmcode.h (nlm_write_object_contents): procedure offsets are
from start of code segment, not start of file.
* config/i386-nlm.mt (DEFAULT_VECTOR): It's nlm32_i386_vec, not
bfd_nlm32_i386_vec.
* configure.in (SELECT_VECS switch): Likewise.
Fred Fish [Fri, 13 Aug 1993 17:17:16 +0000 (17:17 +0000)]
* Makefile.in (VERSION): Bump to 4.10.1 after release and cvs
tagging.
Jim Kingdon [Fri, 13 Aug 1993 02:05:47 +0000 (02:05 +0000)]
* gdbserver/Makefile.in: Use GDBSERVER_LIBS and
GDBSERVER_DEPFILES. Also remove much (but not all that could be
removed) crud inherited from gdb Makefile.in.
* config/i386/i386lynx.mh, config/sparc/sun4os4.mh: Define GDBSERVER_*.
* gdbserver/README: Say it works on Sun and change configuration
instructions slightly.
David MacKenzie [Fri, 13 Aug 1993 00:34:19 +0000 (00:34 +0000)]
* format.c (bfd_check_format): If the target matches the default
target, set match_count to 1, to ignore any previous matches.
David MacKenzie [Fri, 13 Aug 1993 00:11:22 +0000 (00:11 +0000)]
remove mention of nm
David MacKenzie [Fri, 13 Aug 1993 00:02:25 +0000 (00:02 +0000)]
* Makefile.in ($(NM_PROG)): Depend on demangle.o.
(demangle.o): New target.
(cplus-dem.o): Depend on it, to force compilation order when doing
parallel compiles.
* nm.c (print_symbol_info_{bsd,sysv,posix}): Take a bfd arg.
(struct output_fns print_symbol_info): Ditto.
(long_options, usage, main): Add -C --demangle option.
(print_symname): New function, demangling if requested.
(print_symbols, print_symbol_info_{bsd,sysv,posix}): Use it.
Jeffrey Wheat [Thu, 12 Aug 1993 23:20:25 +0000 (23:20 +0000)]
added support for the original "make chech-cdtest"
Jeffrey Wheat [Thu, 12 Aug 1993 23:19:09 +0000 (23:19 +0000)]
cleaned up tests to work like they did originally in the makefile
Fred Fish [Thu, 12 Aug 1993 22:27:40 +0000 (22:27 +0000)]
* gdb.t17/interrupt.exp: Fix 'missing Continuing' case so pattern
to match does not match the passing case but still matches the
failing case.
Ian Lance Taylor [Thu, 12 Aug 1993 22:16:07 +0000 (22:16 +0000)]
Tipo.
Ian Lance Taylor [Thu, 12 Aug 1993 22:15:25 +0000 (22:15 +0000)]
* coff-aplha.alpha.c (alpha_howto_table, alpha_finish_reloc,
alpha_ecoff_swap_reloc_{in,out}, alpha_bfd_reloc_type_lookup):
Read and write Alpha relocs. Can't process them yet.
* ecoff.c (ecoff_slurp_reloc_table): Recognize new reloc sections.
If the section does not already exist, create it.
Ian Lance Taylor [Thu, 12 Aug 1993 22:14:35 +0000 (22:14 +0000)]
* alpha.h (struct external_reloc): Add r_symndx field.
(RELSZ): Correct.
(RELOC_BITS*): Correct.
(ALPHA_R_*): Define.
* ecoff.h (RELOC_SECTION_{XDATA,PDATA,FINI,LITA,ABS}): Define.
(r_extern): Undefine.
* internal.h (struct internal_reloc): Make r_vaddr bfd_vma rather
than long. Add r_extern field.
Jim Kingdon [Thu, 12 Aug 1993 22:05:06 +0000 (22:05 +0000)]
* Makefile.in (distclean): Remove *.plog *.sum *.psum site.*.
David MacKenzie [Thu, 12 Aug 1993 20:30:39 +0000 (20:30 +0000)]
keep config.bfd
Jim Kingdon [Thu, 12 Aug 1993 20:17:33 +0000 (20:17 +0000)]
* stabs.texinfo: Point to mangling info in gcc's gpcompare.texi.
David MacKenzie [Thu, 12 Aug 1993 19:09:00 +0000 (19:09 +0000)]
* Makefile.in (BFD32_BACKENDS): Remove srec.o, add reloc16.o.
Ian Lance Taylor [Thu, 12 Aug 1993 18:47:18 +0000 (18:47 +0000)]
* libecoff.h (ecoff_backend_data): Added constructor_reloc and
finish_reloc fields.
* ecoff.c: Move MIPS reloc support from here...
* coff-mips.c: to here.
* ecoff.c (ecoff_set_symbol_info): Get constructor reloc howto
from backend.
(ecoff_slurp_reloc_table): Removed MIPS specific stuff. Call
finish_reloc backend function.
(ecoff_write_object_contents): Removed MIPS specific assertions.
* coff-mips.c (mips_finish_reloc): New function.
(mips_ecoff_backend_data): Fill in new fields.
* coff-alpha.c (alpha_ecoff_backend_data): Use NULL for new
fields.
* targets.c: Added extern for ecoffalpha_little_vec.
Ian Lance Taylor [Thu, 12 Aug 1993 18:46:22 +0000 (18:46 +0000)]
* ecoff.h: Moved MIPS reloc definitions from here...
* mips.h: to here.
David D. Zuhn [Thu, 12 Aug 1993 18:43:31 +0000 (18:43 +0000)]
don't use -g in CXXFLAGS
David MacKenzie [Thu, 12 Aug 1993 18:41:30 +0000 (18:41 +0000)]
* configure.in: Add reloc16.o when we add
coff-h8300.o, coff-h8500.o, coff-sh.o, coff-z8k.o.
Makefile.in (BFD_LIBS): Remove reloc16.o.
David MacKenzie [Thu, 12 Aug 1993 18:00:36 +0000 (18:00 +0000)]
Wed Aug 11 22:57:23 1993 David J. Mackenzie (djm@thepub.cygnus.com)
* Makefile.in: Put CFLAGS last in compilation rules and omit from
linking rules. Use ARCHDEFS to compile objdump.c.
Update dependencies.
* configure.in: Construct ARCHDEFS based on the BFD target makefile
fragments.
* objdump.c: Conditionalize calls to the print_insn_ARCH functions
according to ARCHDEFS.
David MacKenzie [Thu, 12 Aug 1993 17:57:02 +0000 (17:57 +0000)]
Thu Aug 12 10:32:47 1993 David J. Mackenzie (djm@thepub.cygnus.com)
* config/u68k-coff.mt: Fix typo, DEFAULT_TARGET for
DEFAULT_VECTOR.
* config/h8300-coff.mt, h8500-coff.mt, sh-coff.mt, st2000.mt,
z8k-coff.mt (DEFAULT_VECTOR): Define. Don't explicitly add
S-records via SELECT_VECS.
* targets.c (target_vector), Makefile.in (BFD_LIBS): Always
support S-records, for convenience.
* config.bfd: New file, broken out of configure.in.
* configure.in: Use it, and use standard target names for
--with-targets, replacing --with-bfd-targets.
David MacKenzie [Thu, 12 Aug 1993 17:55:52 +0000 (17:55 +0000)]
Finish the minimizing, the right way (using normal target names).
Thu Aug 12 10:32:47 1993 David J. Mackenzie (djm@thepub.cygnus.com)
* config/u68k-coff.mt: Fix typo, DEFAULT_TARGET for
DEFAULT_VECTOR.
* config/h8300-coff.mt, h8500-coff.mt, sh-coff.mt, st2000.mt,
z8k-coff.mt (DEFAULT_VECTOR): Define. Don't explicitly add
S-records via SELECT_VECS.
* targets.c (target_vector), Makefile.in (BFD_LIBS): Always
support S-records, for convenience.
* config.bfd: New file, broken out of configure.in.
* configure.in: Use it, and use standard target names for
--with-targets, replacing --with-bfd-targets.
Ian Lance Taylor [Thu, 12 Aug 1993 16:07:37 +0000 (16:07 +0000)]
* mips-opc.c: Added lwc1 E,A(b) to go with lwc1 T,A(b). Similarly
for swc1.
Jeffrey Wheat [Thu, 12 Aug 1993 15:54:30 +0000 (15:54 +0000)]
check targets reimplemented to old way.
Ian Lance Taylor [Thu, 12 Aug 1993 15:52:57 +0000 (15:52 +0000)]
* config/tc-mips.c (mips_ip): Suggested by
davidj@ICSI.Berkeley.EDU (David Johnson): Don't accept symbolic
names for 'E' and 'G' argument types (coprocessor registers) and
don't warn if $1 is used on the coprocessor.
Ian Lance Taylor [Thu, 12 Aug 1993 15:33:12 +0000 (15:33 +0000)]
* bfd.c (_bfd_host_big_endian): Removed.
* bfd-in.h (HOST_BYTE_ORDER_BIG_P, bfd_header_twiddle_required):
Removed.
* bfd-in2.h: Regenerated.
Ian Lance Taylor [Thu, 12 Aug 1993 15:27:38 +0000 (15:27 +0000)]
* ar.c: Removed obsolete and non-functional GNU960 code.
John Gilmore [Thu, 12 Aug 1993 02:51:51 +0000 (02:51 +0000)]
* lib/gdb.exp (gdb_exit): Move the best version of gdb_exit
to here.
* config/{mips-gdb.exp, nind-gdb.exp, udi-gdb.exp, vx-gdb.exp}:
Remove various versions of gdb_exit.
* config/vx-gdb.exp: Remove quit_vxgdb, change a caller to call
gdb_exit.
* config/unix-gdb.exp: gdb_exit remains here, and should override
the generic version, since it's doing a lot of wierd stuff that
the other versions aren't. FIXME, fold it in, or abandon this
version.
David MacKenzie [Thu, 12 Aug 1993 02:32:34 +0000 (02:32 +0000)]
more cleanups
David MacKenzie [Wed, 11 Aug 1993 23:24:06 +0000 (23:24 +0000)]
really do last change
David MacKenzie [Wed, 11 Aug 1993 23:22:06 +0000 (23:22 +0000)]
* configure.in: Include coff-m68k.o for m68kcoffun_vec.
Include nlm32.o and nlm.o for bfd_nlm32_i386_vec.
Jim Kingdon [Wed, 11 Aug 1993 23:12:02 +0000 (23:12 +0000)]
* remote-{monitor,bug}.c: Make bug_ops not static (forward declaration
of statics doesn't work with SunOS4 /bin/cc).
Rename the occurrence in remote-monitor.c to monitor_bug_ops.
Jason Merrill [Wed, 11 Aug 1993 22:39:09 +0000 (22:39 +0000)]
* Makefile.in (all-send-pr): depends on all-prms
David MacKenzie [Wed, 11 Aug 1993 22:37:23 +0000 (22:37 +0000)]
Make bfd_error_vector extern.
Jim Kingdon [Wed, 11 Aug 1993 22:14:09 +0000 (22:14 +0000)]
* blockframe.c (find_pc_partial_function),
mips-tdep.c (find_proc_desc): Deal with "pathological" case.
Jim Kingdon [Wed, 11 Aug 1993 21:59:50 +0000 (21:59 +0000)]
* config.guess: Fix typo (9000/8??:4.3bsd -> 9000/7??:4.3bsd).
Ian Lance Taylor [Wed, 11 Aug 1993 20:14:37 +0000 (20:14 +0000)]
* size.c (berkeley_sum): New function.
(bsssize, datasize, textsize): New global variables.
(bss_section_name, data_section_name, text_section_name): Removed.
(print_berkeley_format): Map berkeley_sum over all the sections,
rather than only reporting sizes of specifically named sections.
* Makefile.in ($(OBJDUMP_PROG)): Removed dependency on size.o.
Jim Kingdon [Wed, 11 Aug 1993 19:59:27 +0000 (19:59 +0000)]
* gdb.t24/demangle.exp: Add tests for PR 3220.
David MacKenzie [Wed, 11 Aug 1993 19:16:21 +0000 (19:16 +0000)]
Include stab-syms.o for a.out/b.out targets and hp300{bsd,hpux}.