Andrew Cagney
6cee3f79e4
Index: doc/ChangeLog
...
2003-10-15 Andrew Cagney <cagney@redhat.com>
* bfdint.texi (BFD target vector symbols): Rename _get_symtab to
_canonicalize_symtab.
2003-10-15 Andrew Cagney <cagney@redhat.com>
* targets.c (BFD_JUMP_TABLE_SYMBOLS): Replace NAME##_get_symtab
with NAME##_canonicalize_symtab.
* libcoff-in.h (coff_canonicalize_symtab): Update.
* xsym.h (bfd_sym_canonicalize_symtab): Update.
* elf-bfd.h (_bfd_elf_canonicalize_symtab): Update.
* coffgen.c (coff_canonicalize_symtab): Update.
* libbfd-in.h (_bfd_nosymbols_canonicalize_symtab): Update.
* libnlm.h (nlmNAME(canonicalize_symtab)): Update.
* ieee.c (ieee_vec): Update comment.
* libecoff.h (_bfd_ecoff_canonicalize_symtab): Update.
* mmo.c (mmo_canonicalize_symtab): Update.
* nlm-target.h (nlm_canonicalize_symtab): Update.
* nlmcode.h (nlm_canonicalize_symtab): Update.
* i386msdos.c (msdos_canonicalize_symtab): Update.
* hp300hpux.c (MY (canonicalize_symtab)): Update.
* oasys.c (oasys_canonicalize_symtab): Update.
* som.c (som_canonicalize_symtab): Update.
* pef.c (bfd_pef_canonicalize_symtab): Update.
* nlmcode.h (nlm_canonicalize_symtab): Update.
* xsym.c (bfd_sym_canonicalize_symtab): Update.
* vms.c (vms_canonicalize_symtab): Update.
* versados.c (versados_canonicalize_symtab): Update.
* mach-o.c (bfd_mach_o_canonicalize_symtab): Update.
* ieee.c (ieee_canonicalize_symtab): Update.
* pdp11.c (NAME(aout,canonicalize_symtab)): Update.
* reloc.c: Update comment.
* libaout.h (NAME(aout,canonicalize_symtab)): Update.
* coff64-rs6000.c (aix5coff64_vec): Update.
* coff64-rs6000.c (bfd_xcoff_aix5_backend_data): Update.
* coff-rs6000.c (rs6000coff_vec, pmac_xcoff_vec): Update.
* aoutx.h (NAME(aout,canonicalize_symtab)): Update.
* elfxx-target.h (bfd_elfNN_canonicalize_symtab): Update.
* hp300hpux.c (MY_canonicalize_symtab): Update.
* ecoff.c (_bfd_ecoff_canonicalize_symtab): Update.
* aout-tic30.c (MY_canonicalize_symtab): Update.
* aout-target.h (MY_canonicalize_symtab): Update.
* ppcboot.c (ppcboot_canonicalize_symtab): Update.
* elf.c (_bfd_elf_canonicalize_symtab): Update.
* elfcode.h (elf_canonicalize_symtab): Update.
* ihex.c (ihex_canonicalize_symtab): Update.
* tekhex.c (tekhex_canonicalize_symtab): Update.
* binary.c (binary_canonicalize_symtab): Update.
* srec.c (srec_canonicalize_symtab): Update.
2003-10-16 04:11:10 +00:00
Alan Modra
27c5d6c91a
* bfd.texinfo: Remove spurious backslash.
2003-10-11 13:10:24 +00:00
Nick Clifton
32a3339c51
(MKDOC rule): Add $(CFLAGS) in case it contains CC_FOR_BUILD specific switches.
2003-07-04 14:46:14 +00:00
Alan Modra
c58b95236c
Convert to C90 and a few tweaks.
2003-06-29 10:06:40 +00:00
Nick Clifton
53954f5e85
Documenation formatting improvements.
...
Move Gnu Free Documenation License to a seperate file.
2003-02-13 11:26:41 +00:00
Klee Dienes
93509525ce
2002-11-16 Klee Dienes <kdienes@apple.com>
...
* Makefile.am (BFD32_LIBS): Add bfdwin.lo, bfdio.lo.
(BFD32_LIBS_CFILES): Add bfdwin.c, bfdio.c.
(BFD_H_FILES): Add bfdwin.c, bfdio.c.
(LIBBFD_H_FILES): Add bfdwin.c, bfdio.c.
Add dependencies for bfdwin.c, bfdio.c.
* bfd.c: Remove bfd_get_mtime, bfd_get_size.
* libbfd.c: Remove real_read, bfd_bread, _bfd_window_internal,
bfd_init_window, bfd_free_window, bfd_get_file_window, bfd_bwrite,
bfd_tell, bfd_flush, bfd_stat, bfd_seek.
* bfdio.c: New file. Contains real_read, bfd_bread, bfd_write,
bfd_tell, bfd_flush, bfd_stat, bfd_seek, bfd_ge_mtime,
bfd_get_size (moved from libbfd.c and bfd.c).
* bfdwin.c New file. Contains _bfd_window_internal,
bfd_init_window, bfd_free_window, bfd_get_file_window (moved from
libbfd.c and bfd.c).
* po/SRC-POTFILES.in: Regenerate.
* po/bfd.pot: Regenerate.
* libbfd.h: Regenerate.
* bfd-in2.h: Regenerate.
* aclocal.m4: Regenerate.
* Makefile.in: Regenerate.
* configure: Regenerate.
2002-11-16 Klee Dienes <kdienes@apple.com>
* Makefile.am (DOCFILES): Add bfdwin.texi, bfdio.texi.
(PROTOS): Add bfdio.p, bfdwin.p.
(SRCDOC): Add bfdio.c, bfdwin.c.
(SRCPROT): Add bfdio.c, bfdwin.c.
(SRCIPROT): Add bfdio.c, bfdwin.c.
(LIBBFD_H_DEP): Add bfdio.c, bfdwin.c.
(BFD_H_DEP): Add bfdio.c, bfdwin.c.
Add rules for bfdio.texi, bfdwin.text.
* bfd.texinfo: Include bfdio.texi.
2002-11-18 16:37:54 +00:00
Alan Modra
6d4eea05c7
* Makefile.in: Regenerate.
2002-10-14 12:06:23 +00:00
Daniel Jacobowitz
eda81658db
* Makefile.am (BFD_H_DEP): Add simple.c and linker.c.
...
* Makefile.in: Regenerated.
2002-10-11 13:52:53 +00:00
Dave Anglin
51240b8d93
* chew.c (paramstuff, outputdots, perform, bang and usage): Remove
...
void from function definitions.
2002-08-29 14:37:19 +00:00
Alan Modra
bed69f0439
* header.sed: Strip tabs.
2002-08-13 02:37:47 +00:00
Alan Modra
796f6cb780
* Makefile.am: Fix quote style in last change.
...
* Makefile.in: Regenerate.
2002-06-08 08:50:44 +00:00
Alan Modra
c46f20ef0a
* Makefile.am (libbfd.h): Don't use "echo -n".
...
(libcoff.h, bfd.h): Likewise.
* Makefile.in: Regenerate.
2002-06-07 07:37:20 +00:00
Alan Modra
abd4c6a26d
* bfdint.texi: Change registry@sco.com to registry@caldera.com.
2002-06-06 09:58:57 +00:00
Alan Modra
86fb1dece3
* Makefile.am (libbfd.h): Add "Extracted from.." comment.
...
(libcoff.h, bfd.h): Likewise.
* Makefile.in: Regenerate.
2002-06-05 03:40:58 +00:00
Alan Modra
f742faa65b
* chew.c: Use #include "" instead of <> for local header files.
2002-05-25 12:50:18 +00:00
Alan Modra
aa3d5824a4
* archures.c (bfd_lookup_arch): Move the list order comment..
...
(struct bfd_arch_info): ..to where it belongs.
2002-04-20 03:25:20 +00:00
Alan Modra
2c73f9d861
* Makefile.am: "make dep-am".
...
* Makefile.in: Regenerate.
* aclocal.m4: Regenerate.
* config.in: Regenerate.
* configure: Regenerate.
2002-02-11 05:05:09 +00:00
Alan Modra
9ee6f9cc9a
* chew.c (WORD): Eliminate.
2002-02-01 09:22:53 +00:00
Alan Modra
7dc0ab3144
Move doc/ entries to correct changelog
2002-02-01 01:04:37 +00:00
Alan Modra
ba994a14fd
* chew.c (courierize): Don't modify @command params.
2002-01-31 06:23:17 +00:00
Nick Clifton
3c3bdf30e4
Add MMIX support
2001-10-30 15:20:14 +00:00
Kazu Hirata
fe03258071
* bfdsumm.texi: Fix a typo.
2001-10-29 22:26:12 +00:00
Nick Clifton
07d8a8910a
Change footer to refer to FSF. Change subtitle to refer to original creation date.
2001-10-27 07:31:26 +00:00
Alan Modra
87b632fc07
bfd/ChangeLog
...
* configure.in (AC_OUTPUT <bfd-in3.h>): Remove version.h.
* configure: Regenerate.
* Makefile.am (BFD_H_FILES): Add version.h.
* Makefile.in: Regenerate.
* po/SRC-POTFILES.in: Regenerate.
bfd/doc/ChangeLog
* Makefile.am (BFD_H_DEP): Add ../version.h.
* Makefile.in: Regenerate.
2001-10-03 12:29:10 +00:00
Alan Modra
8c96f6f4c8
* Makefile.in: Regenerate.
2001-10-02 05:59:30 +00:00
Alan Modra
4eef72c77d
bfd/
...
* bfd-in.h: Remove comments regarding generated files.
* libbfd-in.h: Likewise.
* libcoff-in.h: Likewise.
* bfd-in2.h: Regenerate.
* libbfd.h: Likewise.
* libcoff.h: Likewise.
bfd/doc/
* header.sed: New file, adds header to generated files.
* Makefile.am: Rewrite rules generating libbfd.h, libcoff.h and
bfd.h, using above. Add missing elf.c dependecy for libbfd.h.
* Makefile.in: Regenerate.
2001-10-01 14:03:36 +00:00
Alan Modra
923f08ff7a
* Makefile.am: Run "make dep-am".
...
* Makefile.in: Regenerate.
* doc/Makefile.in: Regenerate.
* aoutx.h: Formatting fixes.
* merge.c (_bfd_merged_section_offset): Break line at 80 chars.
* linker.c: Replace bfd_get_filename with bfd_archive_filename
in error message.
2001-09-21 02:12:29 +00:00
Alan Modra
17c1c87fca
* bfdint.texi: Replace reference to bfd_read with bfd_bread.
...
Likewise for bfd_write.
2001-09-18 10:03:38 +00:00
Alan Modra
8a5cc6beb1
Update dependencies with "make dep-am".
2001-07-24 10:02:00 +00:00
Hans-Peter Nilsson
d1d013c334
* bfdint.texi (BFD relocation functions) <different formats>:
...
Mention that the GNU linker is aware of input-output format
restrictions when generating relocatable output. Make new
paragraph for final-link case.
(BFD target vector swap): Fix typo.
2001-06-20 22:23:23 +00:00
Nick Clifton
7898dedac0
Update copyright notices
2001-03-08 21:04:02 +00:00
Kazu Hirata
10bfd974d4
2001-01-25 Kazu Hirata <kazu@hxi.com>
...
* chew.c: Do not output trailing whitespaces in type and
functionname. Update copyright.
2001-01-25 20:12:49 +00:00
Kazu Hirata
05c6581e28
2001-01-24 Kazu Hirata <kazu@hxi.com>
...
* chew.c: Do not output a trailing whitespace.
2001-01-24 22:38:31 +00:00
Nick Clifton
4a8e467a7a
ops - omited from previous delta
...
Add GFPL to bfd.texinfo
2000-11-15 18:24:49 +00:00
Alan Modra
edd21acadc
Restore hppa-elf32 to working order.
2000-07-09 07:23:07 +00:00
Alan Modra
181866dcc7
Don't add a space before `/*' when processing comments.
2000-07-08 12:00:26 +00:00
Hans-Peter Nilsson
dd167cc82f
* bfdint.texi (BFD ELF processor required): Add paragraph about
...
target necessities for readelf.
2000-05-24 18:21:53 +00:00
Ben Elliston
afdaa25fc3
2000-04-30 Ben Elliston <bje@redhat.com>
...
* bfdint.texi (BFD generated files): Fix another typo.
2000-04-30 15:04:58 +00:00
Alan Modra
5398f6784f
Fix typo.
2000-04-17 07:54:12 +00:00
Andrew Cagney
a2d91340f3
Remove ``-W -Wall'' from top-level Makefile/configure.
...
Add ``-W -Wall'' to sub-directories bfd, binutils, gas gprof, ld and
opcodes by the addition of WARN_CFLAGS to Makefile.am and configury to
set it. Add configure option --enable-build-warnings.
Re-generate all and sundry using auto*-000227.
2000-04-09 12:17:43 +00:00
Richard Henderson
252b5132c7
19990502 sourceware import
1999-05-03 07:29:11 +00:00