summaryrefslogtreecommitdiff
path: root/bfd/doc/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* * Makefile.am: Remove all mention of elflink.h.Alan Modra2004-03-271-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Makefile.in: Regenerate. * bfd-in.h (bfd_elf_discard_info): Declare. (bfd_elf32_discard_info, bfd_elf64_discard_info): Delete. * bfd-in2.h: Regenerate. * elf-bfd.h (bfd_elf32_print_symbol, bfd_elf64_print_symbol, bfd_elf32_link_record_dynamic_symbol, bfd_elf64_link_record_dynamic_symbol, _bfd_elf_link_record_dynamic_symbol, bfd_elf32_bfd_final_link, bfd_elf64_bfd_final_link, elf_link_record_local_dynamic_symbol, _bfd_elf32_link_record_local_dynamic_symbol, _bfd_elf64_link_record_local_dynamic_symbol, _bfd_elf32_gc_sections, _bfd_elf32_gc_common_finalize_got_offsets, _bfd_elf32_gc_common_final_link, _bfd_elf64_gc_common_final_link, _bfd_elf32_gc_record_vtinherit, _bfd_elf32_gc_record_vtentry, _bfd_elf64_gc_sections, _bfd_elf64_gc_common_finalize_got_offsets, _bfd_elf64_gc_record_vtinherit, _bfd_elf64_gc_record_vtentry, _bfd_elf32_reloc_symbol_deleted_p, _bfd_elf64_reloc_symbol_deleted_p): Delete. (bfd_elf_link_record_dynamic_symbol, bfd_elf_link_record_local_dynamic_symbol, bfd_elf_final_link, bfd_elf_gc_sections, bfd_elf_gc_record_vtinherit, bfd_elf_gc_record_vtentry, bfd_elf_gc_common_finalize_got_offsets, bfd_elf_gc_common_final_link, bfd_elf_reloc_symbol_deleted_p): Declare. (WILL_CALL_FINISH_DYNAMIC_SYMBOL): Define. * elf32-arm.h: Update for changed function names. Remove local WILL_CALL_FINISH_DYNAMIC_SECTION define. * elf-hppa.h, elf-m10300.c, elf32-cris.c, elf32-d10v.c, elf32-dlx.c, * elf32-fr30.c, elf32-frv.c, elf32-h8300.c, elf32-hppa.c, elf32-i386.c, * elf32-iq2000.c, elf32-m32r.c, elf32-m68hc1x.c, elf32-m68k.c, * elf32-mcore.c, elf32-openrisc.c, elf32-ppc.c, elf32-s390.c, * elf32-sh.c, elf32-sparc.c, elf32-v850.c, elf32-vax.c, * elf32-xstormy16.c, elf32-xtensa.c, elf64-alpha.c, elf64-hppa.c, * elf64-mmix.c, elf64-ppc.c, elf64-s390.c, elf64-sh64.c, elf64-sparc.c, * elf64-x86-64.c, elfxx-ia64.c, elfxx-mips.c, elfxx-target.h: Likewise. * elfxx-target.h (bfd_elfNN_bfd_final_link): Define. (bfd_elfNN_print_symbol): Define. * elfcode.h: Don't include elflink.h. (elf_bfd_discard_info, elf_reloc_symbol_deleted_p, elf_link_record_dynamic_symbol, elf_bfd_final_link, elf_gc_sections, elf_gc_common_finalize_got_offsets, elf_gc_common_final_link, elf_gc_record_vtinherit, elf_gc_record_vtentry, elf_link_record_local_dynamic_symbol): Don't define. * elflink.c: Update for changed function names. Move elflink.h code here. * elflink.h: Delete file. * po/SRC-POTFILES.in: Regenerate. * po/bfd.pot: Regenerate. doc/ * bfdint.texi: Remove all mention of elflink.h.
* * Makefile.am: Run "make dep-am".Alan Modra2004-03-191-0/+3
| | | | | | | | | * Makefile.in: Regenerate. * aclocal.m4: Regenerate. * config.in: Regenerate. * po/bfd.pot: Regenerate. doc/ * Makefile.in: Regenerate.
* Split ChangeLog files.Alan Modra2004-01-021-589/+4
|
* Index: doc/ChangeLogAndrew Cagney2003-10-161-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* * bfd.texinfo: Remove spurious backslash.Alan Modra2003-10-111-0/+4
|
* (MKDOC rule): Add $(CFLAGS) in case it contains CC_FOR_BUILD specific switches.Nick Clifton2003-07-041-0/+6
|
* Convert to C90 and a few tweaks.Alan Modra2003-06-291-0/+4
|
* Documenation formatting improvements.Nick Clifton2003-02-131-67/+74
| | | | Move Gnu Free Documenation License to a seperate file.
* 2002-11-16 Klee Dienes <kdienes@apple.com>Klee Dienes2002-11-181-0/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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.
* * Makefile.in: Regenerate.Alan Modra2002-10-141-1/+4
|
* * Makefile.am (BFD_H_DEP): Add simple.c and linker.c.Daniel Jacobowitz2002-10-111-0/+5
| | | | * Makefile.in: Regenerated.
* * chew.c (paramstuff, outputdots, perform, bang and usage): Removekseitz_interps-20020829-mergeDave Anglin2002-08-291-0/+5
| | | | void from function definitions.
* * header.sed: Strip tabs.Alan Modra2002-08-131-0/+4
|
* * Makefile.am: Fix quote style in last change.Alan Modra2002-06-081-0/+5
| | | | * Makefile.in: Regenerate.
* * Makefile.am (libbfd.h): Don't use "echo -n".Alan Modra2002-06-071-0/+6
| | | | | (libcoff.h, bfd.h): Likewise. * Makefile.in: Regenerate.
* * bfdint.texi: Change registry@sco.com to registry@caldera.com.Alan Modra2002-06-061-0/+4
|
* * Makefile.am (libbfd.h): Add "Extracted from.." comment.Alan Modra2002-06-051-0/+6
| | | | | (libcoff.h, bfd.h): Likewise. * Makefile.in: Regenerate.
* * chew.c: Use #include "" instead of <> for local header files.Alan Modra2002-05-251-0/+4
|
* * archures.c (bfd_lookup_arch): Move the list order comment..Alan Modra2002-04-201-0/+4
| | | | (struct bfd_arch_info): ..to where it belongs.
* * Makefile.am: "make dep-am".Alan Modra2002-02-111-0/+4
| | | | | | | * Makefile.in: Regenerate. * aclocal.m4: Regenerate. * config.in: Regenerate. * configure: Regenerate.
* * chew.c (WORD): Eliminate.Alan Modra2002-02-011-0/+4
|
* Move doc/ entries to correct changelogAlan Modra2002-02-011-5/+19
|
* * chew.c (courierize): Don't modify @command params.Alan Modra2002-01-311-3/+7
|
* Add MMIX supportNick Clifton2001-10-301-0/+9
|
* * bfdsumm.texi: Fix a typo.Kazu Hirata2001-10-291-0/+4
|
* Change footer to refer to FSF. Change subtitle to refer to original ↵Nick Clifton2001-10-271-0/+5
| | | | creation date.
* bfd/ChangeLogAlan Modra2001-10-031-0/+5
| | | | | | | | | | | | * 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.
* * Makefile.in: Regenerate.Alan Modra2001-10-021-0/+4
|
* bfd/Alan Modra2001-10-011-0/+7
| | | | | | | | | | | | | | * 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.
* * Makefile.am: Run "make dep-am".Alan Modra2001-09-211-0/+4
| | | | | | | | | | | * 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.
* * bfdint.texi: Replace reference to bfd_read with bfd_bread.Alan Modra2001-09-181-0/+5
| | | | Likewise for bfd_write.
* Update dependencies with "make dep-am".Alan Modra2001-07-241-0/+4
|
* * bfdint.texi (BFD relocation functions) <different formats>:Hans-Peter Nilsson2001-06-201-0/+8
| | | | | | | 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.
* Update copyright noticesNick Clifton2001-03-081-3/+3
|
* 2001-01-25 Kazu Hirata <kazu@hxi.com>Kazu Hirata2001-01-251-0/+5
| | | | | * chew.c: Do not output trailing whitespaces in type and functionname. Update copyright.
* 2001-01-24 Kazu Hirata <kazu@hxi.com>Kazu Hirata2001-01-241-0/+4
| | | | * chew.c: Do not output a trailing whitespace.
* ops - omited from previous deltaNick Clifton2000-11-151-0/+4
| | | | Add GFPL to bfd.texinfo
* Restore hppa-elf32 to working order.Alan Modra2000-07-091-0/+4
|
* Don't add a space before `/*' when processing comments.Alan Modra2000-07-081-0/+5
|
* * bfdint.texi (BFD ELF processor required): Add paragraph aboutHans-Peter Nilsson2000-05-241-0/+5
| | | | target necessities for readelf.
* 2000-04-30 Ben Elliston <bje@redhat.com>Ben Elliston2000-04-301-0/+4
| | | | * bfdint.texi (BFD generated files): Fix another typo.
* Fix typo.Alan Modra2000-04-171-0/+4
|
* Remove ``-W -Wall'' from top-level Makefile/configure.gdb_5_0-2000-04-10-branchpointAndrew Cagney2000-04-091-0/+4
| | | | | | | 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.
* Initial revisionRichard Henderson1999-05-031-0/+390