Ian Lance Taylor
566e232559
* coff-alpha.c (alpha_adjust_reloc_in): Set the addend for a
...
BRADDR, SREL16, SREL32, or SREL64 reloc against an external
symbol.
(alpha_relocate_section): Likewise.
1996-06-26 21:27:09 +00:00
Ian Lance Taylor
017047d446
* coffswap.h (coff_swap_reloc_out): Use RELSZ, not sizeof.
...
(coff_swap_filehdr_out): Use FILHSZ, not sizeof.
(coff_swap_sym_out): Use SYMESZ, not sizeof.
(coff_swap_aux_out): Use AUXESZ, not sizeof.
(coff_swap_lineno_out): Use LINESZ, not sizeof.
(coff_swap_aouthdr_out): Use AOUTSZ, not sizeof.
(coff_swap_scnhdr_out): Use SCNHSZ, not sizeof.
* peicode.h: Corresponding changes.
1996-06-26 20:32:22 +00:00
Ian Lance Taylor
e5a1a2ea99
* All files: Define FILHSZ, AOUTSZ, AOUTHDRSZ, SCNHSZ, SYMESZ,
...
AUXESZ, LINESZ, RELSZ as numeric constants rather than uses of
sizeof. Define AOUTHDRSZ in all files.
* pe.h (AOUTSZ): Define by adding to AOUTHDRSZ.
1996-06-26 20:28:29 +00:00
Michael Meissner
ed451ff744
Make simulator build again on SunOS and HP/US systems
1996-06-26 20:01:38 +00:00
Ian Lance Taylor
90c1d8f7e4
* configure.tgt (mips*-dec-osf*): New target.
1996-06-26 19:58:40 +00:00
Ian Lance Taylor
67b48b58c7
* configure.in (mips-*-osf*): New target.
...
* configure: Rebuild.
1996-06-26 19:54:48 +00:00
Ian Lance Taylor
9b4b98bd0f
* config/tc-m68k.c: Add 68ec060 as a synonym for 68060.
1996-06-26 17:36:05 +00:00
Tom Tromey
37b7d77ce2
COPYING.LIB, config, config-ml.in, etc, and symlink-tree are not in IDK
1996-06-26 17:22:33 +00:00
Jackie Smith Cashion
344a8d61a1
Wed Jun 26 16:23:08 1996 James G. Smith <jsmith@cygnus.co.uk>
...
* config/tc-mips.c: Added cop_interlocks, to avoid NOP insertion
between co-processor comparisons and branches for the VR4300.
The preliminary documentation was slightly unclear on this issue, but
NEC have confirmed that there is an interlock within the CPU.
1996-06-26 15:28:00 +00:00
Jeff Law
e2d46d50a3
Sanitize h8s stuff out of bfd-in2.h too.
1996-06-26 15:07:58 +00:00
Wilfried Moser
81508b2759
* gdbtypes.c (create_array_type): If TYPE_LENGTH (result_type)
...
is zero, set TYPE_FLAG_TARGET_STUB to force reevaluation of the type.
* ch-exp.c (calculate_array_length): Function removed.
1996-06-26 13:13:45 +00:00
Jackie Smith Cashion
c21ee46b49
Added.
1996-06-26 10:08:42 +00:00
Jackie Smith Cashion
2f82f75517
Keep the mips directory.
1996-06-26 10:03:58 +00:00
Fred Fish
a26fa899a0
* lib/gdb.exp: Report timeout value for verbosity level 2.
...
* config/gdbserver.exp: Ditto.
* config/hppro.exp: Ditto.
* config/mips-gdb.exp: Ditto.
* config/monitor.exp: Ditto.
* config/netware.exp: Ditto.
* config/sim-gdb.exp: Ditto.
* config/slite-gdb.exp: Ditto.
* config/udi-gdb.exp: Ditto.
* config/unix-gdb.exp: Ditto.
* config/vx-gdb.exp: Ditto.
* gdb.base/a1-selftest.exp: Ditto.
* gdb.base/a2-run.exp: Ditto.
* gdb.base/break.exp: Ditto.
* gdb.base/corefile.exp: Ditto.
* gdb.base/list.exp: Ditto.
* gdb.base/recurse.exp: Ditto.
* gdb.base/scope.exp: Ditto.
* gdb.base/signals.exp: Ditto.
1996-06-26 04:38:38 +00:00
Jason Molenda
78c09e4af5
* Makefile.in (bindir, libdir, datadir, mandir, infodir, includedir,
...
INSTALL_PROGRAM, INSTALL_DATA): Use autoconf-set values.
(docdir): Removed.
* configure.in (AC_PREREQ): autoconf 2.5 or higher.
(AC_PROG_INSTALL): Added.
* configure: Rebuilt.
1996-06-26 03:35:01 +00:00
Jason Molenda
a271d1d966
* Makefile.in (bindir, libdir, datadir, mandir, infodir, includedir,
...
INSTALL_PROGRAM, INSTALL_DATA): Use autoconf-set values.
(docdir): Removed.
* configure.in (AC_PREREQ): autoconf 2.5 or higher.
(AC_PROG_INSTALL): Added.
(AC_PROG_CC): Moved to before configure.host call.
* configure: Rebuilt.
1996-06-26 03:26:09 +00:00
Jason Molenda
445289655a
* Makefile.in (bindir, libdir, datadir, mandir, infodir, includedir,
...
INSTALL_PROGRAM, INSTALL_DATA): Use autoconf-set values.
(docdir): Removed.
* configure.in (AC_PREREQ): autoconf 2.5 or higher.
(AC_PROG_INSTALL): Added.
* configure: Rebuilt.
1996-06-26 03:22:34 +00:00
Jason Molenda
31884e281b
* Makefile.in (bindir, libdir, datadir, mandir, infodir, includedir,
...
INSTALL_PROGRAM, INSTALL_DATA): Use autoconf-set values.
(docdir, oldincludedir): Removed.
* configure.in (AC_PREREQ): autoconf 2.5 or higher.
(AC_PROG_INSTALL): Added.
* configure: Rebuilt.
1996-06-26 03:20:23 +00:00
Martin Hunt
ebea03669c
* remote-e7000.c (e7000_read_inferior_memory_large): New function.
...
(e7000_xfer_inferior_memory): Call it.
PR 9754
1996-06-26 00:51:14 +00:00
Michael Meissner
cb73f5d786
Comment out code to make GOT pointers negative of the GOT symbol for now
1996-06-25 19:45:17 +00:00
Ian Lance Taylor
297a4f1a3c
Tue Jun 25 11:41:24 1996 Richard Henderson <rth@tamu.edu>
...
* elf64-alpha.c (elf64_alpha_adjust_dynamic_symbol): Don't
increment the .rela.plt size until after we're done creating the
.plt entry.
(elf64_alpha_finish_dynamic_symbol): Change .plt entry to load the
.rela.plt offset directly rather than calculating it.
1996-06-25 15:55:31 +00:00
Jason Molenda
f09c6a96e6
* gdb.threads/Makefile.in (docdir): Removed.
1996-06-25 14:18:52 +00:00
Jason Molenda
a69b7bdcd4
* gdb/gdbserver/Makefile.in (docdir): Removed.
1996-06-25 14:15:50 +00:00
Jason Molenda
5e70d079c3
* Makefile.in (docdir): Remove.
1996-06-25 14:10:43 +00:00
Jason Molenda
2774dbb845
* Makefile.in (datadir): Set to $(prefix)/share.
...
(docdir): Removed.
1996-06-25 14:07:27 +00:00
Jason Molenda
2f70f660a6
* Makefile.in (bindir, libdir, datadir, mandir, infodir, includedir):
...
Use autoconf-set values.
(docdir, oldincludedir): Removed.
* configure.in (AC_PREREQ): autoconf 2.5 or higher.
1996-06-25 14:00:47 +00:00
Jason Molenda
55d896ee40
* Makefile.in (bindir, libdir, datadir, mandir, infodir, includedir):
...
Use autoconf-set values.
(docdir): Removed.
* configure.in (AC_PREREQ): autoconf 2.5 or higher.
* configure: Rebuilt.
1996-06-25 13:57:19 +00:00
Jason Molenda
f14a5192ce
* Makefile.in (bindir, libdir, datadir, mandir, infodir, includedir,
...
INSTALL_PROGRAM, INSTALL_DATA): Use autoconf-set values.
(docdir): Removed.
* configure.in (AC_PREREQ): autoconf 2.5 or higher.
(AC_PROG_INSTALL): Added.
* configure: Rebuilt.
1996-06-25 13:23:22 +00:00
Jason Molenda
39c3964f3a
* Makefile.in (exec_prefix, bindir, libdir, mandir, infodir, datadir,
...
INSTALL_PROGRAM, INSTALL_DATA): Use autoconf-set values.
* configure.in (AC_PREREQ): autoconf 2.5 or higher.
(AC_PROG_INSTALL): added.
* configure: Rebuilt.
1996-06-25 13:11:45 +00:00
Jason Molenda
5d8b7982c5
* Makefile.in (bindir, libdir, datadir, mandir, infodir, includedir):
...
Use autoconf set values.
(docdir): Removed.
* configure.in (AC_PREREQ): autoconf 2.5 or higher.
* nlm/Makefile.in (bindir, libdir, datadir, mandir, infodir,
includedir): Use autoconf set values.
(docdir): Removed.
* nlm/configure.in (AC_PREREQ): autoconf 2.5 or higher.
* nlm/configure: Rebuilt.
* gdb/gdbserver/Makefile.in (datadir): Set to $(prefix)/share.
1996-06-25 13:08:00 +00:00
Jason Molenda
2e6516ff2d
* Makefile.in (srcdir, VPATH, prefix, infodir, INSTALL,
...
INSTALL_PROGRAM, INSTALL_DATA): Use autoconf set values.
* configure.in: Rewritten for autoconf.
* configure: New.
1996-06-25 12:57:43 +00:00
Jason Molenda
6c890568ff
* configure.in (AC_PREREQ): autoconf 2.5 or higher.
...
* gdb.{base,c++,chill,disasm,stabs}/Makefile.in (VPATH): set to
@srcdir@.
* gdb.{base,c++,chill,disasm,stabs}/configure.in (AC_PREREQ):
autoconf 2.5 or higher.
* gdb.{base,c++,chill,disasm,stabs}/configure: Rebuilt.
1996-06-25 12:54:35 +00:00
Jason Molenda
1c94de4d74
* Makefile.in (bindir, libdir, datadir, mandir, infodir, includedir,
...
INSTALL_PROGRAM, INSTALL_DATA): Use autoconf-set values.
(docdir): Removed.
* configure.in (AC_PREREQ): autoconf 2.5 or higher.
* doc/Makefile.in (bindir, libdir, datadir, mandir, infodir,
includedir): Use autoconf set values.
(docdir): Removed.
1996-06-25 12:40:48 +00:00
Jason Molenda
f3d564b2dd
* Makefile.in (bindir, libdir, datadir, mandir, infodir, includedir,
...
INSTALL_PROGRAM, INSTALL_DATA): Use autoconf set values.
(docdir): Removed.
* configure.in (AC_PREREQ): Autoconf 2.5 or higher.
* configure: Rebuit.
1996-06-25 12:05:26 +00:00
Jason Molenda
01e58ff6e6
typeo
1996-06-25 12:00:18 +00:00
Jason Molenda
dbbfec0782
* Makefile.in, Makefile.in (bindir, libdir, datadir, mandir, infodir,
...
includedir): Use autoconf-set values.
* doc/Makefile.in, Makefile.in (bindir, libdir, datadir, mandir,
infodir, includedir, INSTALL, INSTALL_PROGRAM, INSTALL_DATA): Use
autoconf-set values.
(docdir): Deleted.
* configure.in (AC_PREREQ): autoconf v2.5 or higher.
* configure: Rebuilt.
1996-06-25 11:54:57 +00:00
Jason Molenda
d92eef0ce6
Tue Jun 25 19:00:08 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
...
* Makefile.in (datadir): Set to $(prefix)/share.
1996-06-25 11:41:30 +00:00
Geoffrey Noer
d79bfb0d3f
Configure and build diff and patch for cygwin32-hosted toolchains
1996-06-25 06:30:51 +00:00
Jeff Law
50004d8d12
* som.c (som_write_fixups): Fix typo in R_END_TRY for exception
...
handling code > 1k away.
PA exception handling crud.
1996-06-25 04:50:10 +00:00
Michael Meissner
edcfb9db65
Do not do PROVIDE of _GLOBAL_OFFSET_TABLE_
1996-06-24 22:57:16 +00:00
Michael Meissner
4a4953f54c
Add debug msg
1996-06-24 22:45:02 +00:00
Ian Lance Taylor
d7b5386f2b
Mon Jun 24 17:55:31 1996 Jouke Numan <jnuman@bazis.nl>
...
* ldlang.h (enum section_type): Define.
(lang_output_section_statement_type): Remove loadable field. Add
sectype field.
(lang_enter_output_section_statement): Change flags parameter in
prototype to sectype.
* ldgram.y (typebits): Remove.
(sectype): New static variable.
(opt_at): Use sectype rather than typebits.
(type): Set sectype rather than typebits.
(atype): Likewise.
* ldlex.l: Recognize DSECT, COPY, INFO, and OVERLAY in
EXPRESSION mode.
* ldlang.c (lang_output_section_statement_lookup): Set sectype
field rather than loadable field.
(wild_doit): Check sectype rather than loadable.
(lang_record_phdrs): Likewise.
(lang_enter_output_section_statement): Rename flags parameter to
sectype. Set sectype field rather than loadable field. Set flags
field based on sectype.
1996-06-24 22:01:01 +00:00
Ian Lance Taylor
2e0567eb0d
* elf.c (elf_fake_sections): Don't set sh_addr of a non SEC_ALLOC
...
section to 0 if user_set_vma is set.
* elflink.h (elf_bfd_final_link): Likewise.
1996-06-24 22:00:22 +00:00
Ian Lance Taylor
67c8c90141
* objdump.c (endian): New static variable.
...
(usage): Mention -EB/-EL/--endian.
(long_options): Add "endian".
(disassemble_data): If endianness was specified, replace
abfd->xvec with a copy of itself with the given endianness.
(main): Handle -EB/-EL/--endian.
* binutils.texi, objdump.1: Mention -EB/-EL/--endian.
1996-06-24 20:49:28 +00:00
Ian Lance Taylor
58f8c779f7
* configure.in: Call AC_PROG_CC before running configure.host.
...
* configure: Rebuild with autoconf 2.10.
1996-06-24 18:21:47 +00:00
Ian Lance Taylor
aac160d2bb
* configure.in: Only configure erc32 if using gcc.
1996-06-24 18:20:52 +00:00
Angela Marie Thomas
30b9d933e8
add type for read_cfront_member_functions
1996-06-24 16:58:30 +00:00
Ian Lance Taylor
8530ae8eed
* configure.in: On alpha*-*-osf*, link against libbfd.a if not
...
using shared libraries.
* configure: Rebuild with autoconf 2.10.
1996-06-24 16:04:19 +00:00
Ian Lance Taylor
b290fd252e
* configure.in: On alpha*-*-osf*, link against libbfd.a if not
...
using shared libraries.
* configure: Rebuild.
1996-06-24 15:59:41 +00:00
David Edelsohn
e88c49c36b
* win32-nat.c: #include <unistd.h>.
...
(unix_paths_to_dos_paths, dos_paths_to_unix_paths): Delete.
(child_create_inferior): Convert only env var PATH to win32 style.
(set_pathstyle_dos): Delete.
(_initialize_inftarg): Delete dos-path-style command.
1996-06-24 07:11:35 +00:00