diff options
author | Ken Raeburn <raeburn@cygnus> | 1995-01-12 21:46:17 +0000 |
---|---|---|
committer | Ken Raeburn <raeburn@cygnus> | 1995-01-12 21:46:17 +0000 |
commit | c3fcc078057cc28af891ef0d58834a8a6651be77 (patch) | |
tree | f32e7afa5f25ad12621a1cf42790397626499d6b /bfd | |
parent | 661df78b77ed4aec5e02406c6a1bd9bc61d872fa (diff) | |
download | gdb-c3fcc078057cc28af891ef0d58834a8a6651be77.zip gdb-c3fcc078057cc28af891ef0d58834a8a6651be77.tar.gz gdb-c3fcc078057cc28af891ef0d58834a8a6651be77.tar.bz2 |
Makefile changes for arc, rce, diststuff.
Const fixes and hex_value changes to various files.
Diffstat (limited to 'bfd')
-rw-r--r-- | bfd/ChangeLog | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index faf2f42..b9b4b93 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,30 @@ +Thu Jan 12 16:30:47 1995 Ken Raeburn <raeburn@cujo.cygnus.com> + + * Makefile.in (diststuff): Include `headers'. + + * sunos.c (m68k_plt_first_entry, sparc_plt_first_entry): Now + const. + * tekhex.c (digs): Ditto. + * elf32-i386.c (elf_i386_plt0_entry, elf_i386_plt_entry): Ditto. + + * srec.c, tekhex.c: Include libiberty.h. Delete static array + hex_value and replace references to it with references to + hex_init, hex_p, and hex_value. + * Makefile.in: Updated dependencies. + + * archures.c (archures_init_table): Now const. + (bfd_arch_init): Adjusted type of local var `ptable'. +start-sanitize-rce + + * Makefile.in (ALL_MACHINES): Include cpu-rce.o. + (BFD32_BACKENDS): Include aout-rce.o. +end-sanitize-rce +start-sanitize-arc + + * Makefile.in (ALL_MACHINES): Include cpu-arc.o. + (BFD32_BACKENDS): Include elf32-arc.o. +end-sanitize-arc + Thu Jan 12 09:33:24 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de) * hosts/symmetry.h: Redefine `shared' to enable compilation |