aboutsummaryrefslogtreecommitdiff
path: root/bfd/ChangeLog
AgeCommit message (Expand)AuthorFilesLines
1997-08-01 * VERSION: Remove.Ian Lance Taylor1-0/+1
1997-08-01 * Makefile.am: New file, based on old Makefile.in.Ian Lance Taylor1-0/+16
1997-07-31Thu Jul 31 12:09:20 1997 Geoff Keating <geoffk@ozemail.com.au>Ian Lance Taylor1-0/+38
1997-07-31Wed Jul 30 21:30:35 1997 Andreas Schwab <schwab@issan.informatik.uni-dortmu...Ian Lance Taylor1-0/+8
1997-07-29 * aclocal.m4: Add CYGWIN and EXEEXT autoconf macros.Rob Savoye1-0/+8
1997-07-28 * coffswap.h (coff_swap_aux_in): add semicolon to make MSVC happy.Felix Lee1-0/+4
1997-07-28 * rs6000-core.c (rs6000coff_core_p): If CORE_TRUNC is set, printPeter Schauer1-0/+5
1997-07-25 * cisco-core.c: define signals for wingdb.Felix Lee1-0/+4
1997-07-25 * ecofflink.c (bfd_ecoff_debug_accumulate): Only merge files withIan Lance Taylor1-0/+5
1997-07-25 * som.c (hppa_som_gen_reloc_type): Use R_DATA_EXPR for theJeff Law1-0/+6
1997-07-23 * coff-i386.c (coff_i386_reloc): Don't offset a common symbol byIan Lance Taylor1-0/+5
1997-07-22Tue Jul 22 17:19:45 1997 Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz...Ian Lance Taylor1-0/+2
1997-07-22Tue Jul 22 17:19:45 1997 Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz...Ian Lance Taylor1-0/+11
1997-07-22Tue Jul 22 17:19:45 1997 Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz...Ian Lance Taylor1-0/+16
1997-07-22 * configure.in: Check for fdopen.Ian Lance Taylor1-0/+7
1997-07-21 * sunos.c (sunos_create_dynamic_sections): Set SEC_LINKER_CREATEDIan Lance Taylor1-0/+7
1997-07-14 * elf.c (map_sections_to_segments): When checking whetherIan Lance Taylor1-0/+7
1997-07-09 * coffcode.h (coff_write_object_contents): InitializeFred Fish1-0/+10
1997-07-07 * coff-i386.c (coff_i386_is_local_label_name): New static functionIan Lance Taylor1-0/+7
1997-06-30 * elf32-m68k.c (howto_table): Use complain_overflow_bitfield, notIan Lance Taylor1-0/+5
1997-06-26 * elflink.h (elf_link_add_object_symbols): When a versionIan Lance Taylor1-0/+4
1997-06-26 * elf.c (bfd_elf_string_from_elf_section): Check for an invalidIan Lance Taylor1-0/+3
1997-06-26 * elflink.h (elf_link_output_extsym): Use the right section for aIan Lance Taylor1-0/+7
1997-06-25Wed Jun 25 12:43:10 1997 H.J. Lu <hjl@gnu.ai.mit.edu>Ian Lance Taylor1-0/+3
1997-06-25Wed Jun 25 12:43:10 1997 H.J. Lu <hjl@gnu.ai.mit.edu>Ian Lance Taylor1-0/+4
1997-06-24 * coffgen.c (coff_object_p): Read the f_opthdr bytes from theIan Lance Taylor1-0/+8
1997-06-24 * elflink.h (elf_merge_symbol): In the case of a new definedIan Lance Taylor1-0/+8
1997-06-23 * elflink.h (elf_merge_symbol): New static function, broken out ofIan Lance Taylor1-0/+6
1997-06-22 * coff-i386.c (i3coff_object_p): If COFF_IMAGE_WITH_PE, hack toIan Lance Taylor1-0/+8
1997-06-18 * linker.c (link_action): Change COMMON_ROW/indr to from CREF toIan Lance Taylor1-0/+5
1997-06-18revert last patchIan Lance Taylor1-6/+0
1997-06-18 * elflink.h (elf_link_add_object_symbols): Don't let a commonIan Lance Taylor1-0/+6
1997-06-17 * cofflink.c (_bfd_coff_link_input_bfd): If stripping debuggingIan Lance Taylor1-0/+5
1997-06-16whitespace tweaksIan Lance Taylor1-18/+18
1997-06-16Mon Jun 16 18:56:27 1997 Geoff Keating <geoffk@ozemail.com.au>Ian Lance Taylor1-0/+71
1997-06-16 * elf32-i386.c (elf_i386_relocate_section): When generating aIan Lance Taylor1-0/+4
1997-06-16Mon Jun 16 14:42:14 1997 H.J. Lu <hjl@gnu.ai.mit.edu>Ian Lance Taylor1-0/+12
1997-06-16 * elflink.h (NAME(bfd_elf,size_dynamic_sections)): CallIan Lance Taylor1-0/+12
1997-06-12 * elf32-mn10300.c (elf32_mn10300_link_hash_entry): New structureJeff Law1-0/+17
1997-06-12Back out last change, there are too many more to fix them all.Fred Fish1-5/+0
1997-06-12 * coffgen.c (_bfd_coff_is_local_label_name): Return proper booleanFred Fish1-0/+5
1997-06-11 * elflink.h (elf_link_output_extsym): Call finish_dynamic_symbolIan Lance Taylor1-1/+11
1997-06-11 * elf32-i386.c (elf_i386_relocate_section): Get the relocationIan Lance Taylor1-0/+7
1997-06-10(elf_link_add_object_symbols): Also read verneedUlrich Drepper1-0/+9
1997-06-10Tue Jun 10 11:13:03 1997 H.J. Lu <hjl@gnu.ai.mit.edu>Ian Lance Taylor1-0/+8
1997-06-09Mon Jun 9 12:34:21 1997 Andreas Schwab <schwab@issan.informatik.uni-dortmu...Ian Lance Taylor1-0/+5
1997-06-06(elf_link_find_version_dependencies): When searchingUlrich Drepper1-68/+79
1997-06-04Added the Thumb relocations from the armT-970328-branch.Nick Clifton1-0/+2
1997-06-04Merged in changes made in armT-970328-branchNick Clifton1-0/+10
1997-05-31 * elf32-sparc.c (elf32_sparc_size_dynamic_sections): Set dynindxIan Lance Taylor1-0/+3