aboutsummaryrefslogtreecommitdiff
path: root/bfd
AgeCommit message (Collapse)AuthorFilesLines
1998-04-27 * configure.in: Change version number to 2.9.4Ian Lance Taylor3-2/+5
* configure: Rebuild.
1998-04-27 Based on patch from H.J. Lu <hjl@gnu.org>:Ian Lance Taylor2-1/+93
* elf.c (bfd_elf_get_bfd_needed_list): New function. * bfd-in.h (bfd_elf_get_bfd_needed_list): Declare. * bfd-in2.h: Rebuild.
1998-04-26* elf64-alpha.c (struct alpha_relax_info): Replace elfsym with other.Richard Henderson1-0/+5
Change all users.
1998-04-26 * elf64-alpha.c (struct alpha_relax_info): Add tsec & elfsym members.Richard Henderson2-33/+83
(elf64_alpha_relax_section): Fill them in. (elf64_alpha_relax_opt_call): Implement more than a stub. (elf64_alpha_add_symbol_hook): Don't set SEC_LOAD or default alignment on .scommon. (elf64_alpha_merge_gots): Merge use counts as well.
1998-04-25 * elf64-alpha.c (elf64_alpha_relax_section): Use the proper sectionRichard Henderson2-6/+26
for calculating a local symbol's address. (elf64_alpha_calc_got_offsets): Skip entries with 0 use count. Set the .got's cooked size as well as the raw size.
1998-04-24Added internationalisation macros to printed infoamrion inNick Clifton1-0/+8
v850_elf_print_private_data
1998-04-24 * syms.c (struct indexentry): Change directory_name, file_name,Ian Lance Taylor1-0/+6
and function_name fields to char *. (struct stab_find_info): Change cached_file_name field to char *.
1998-04-24Added missing internationalisation macros.Nick Clifton1-20/+42
1998-04-23Fixed internationalisation.Nick Clifton2-14/+18
1998-04-23If xgettext fails, make Sanitize failTom Tromey1-1/+2
1998-04-22.Sanitize now re-computes gettext-related filesTom Tromey1-0/+23
1998-04-22 * po/Make-in (MKINSTALLDIRS): Don't look in $(top_srcdir).Tom Tromey1-0/+4
1998-04-22xIan Lance Taylor1-0/+5
1998-04-22 * libbfd-in.h: Use `gettext' and not `dgettext' for now.Tom Tromey2-1/+7
1998-04-22 * Makefile.am (INCLUDES): Add -I$(srcdir)/../intl -I../intl.Ian Lance Taylor3-2/+5
* Makefile.in: Rebuild.
1998-04-22 * bfd-in2.h: Rebuild for Nick's changes.Ian Lance Taylor2-4/+27
1998-04-22fix sanitization for gettext changesIan Lance Taylor2-14/+61
1998-04-22* archive.c (_bfd_generic_read_ar_hdr_mag): Fix lossage in lastRichard Henderson1-0/+5
change wrt length == max_namelen.
1998-04-22 * Many files: Added gettext invocations around user-visibleTom Tromey25-581/+2959
strings. * libbfd-in.h: Added gettext includes and defines. * acconfig.h (ENABLE_NLS, HAVE_CATGETS, HAVE_GETTEXT, HAVE_STPCPY, HAVE_LC_MESSAGES): Define. * configure.in: Call CY_GNU_GETTEXT. Create po/Makefile.in and po/Makefile. * Makefile.am (SUBDIRS): Added po. (POTFILES): New macro. (po/POTFILES.in): New target. (SOURCE_HFILES): New macro. (HFILES): Use it. * po/Make-in, po/POTFILES.in, po/bfd.pot: New files.
1998-04-21 * elfcore.h (bfd_prstatus): Copy core_prstatus from the firstPeter Schauer1-0/+6
NT_PRSTATUS note section encountered, it contains the status of the currently executing thread when the core file was written.
1998-04-21Arm specific code changed to conform to BFD coding conventions.Nick Clifton6-206/+432
1998-04-21* elf64-alpha.c (elf64_alpha_find_reloc_at_ofs): Renamed fromRichard Henderson2-15/+30
elf64_alpha_relax_find_reloc_ofs. Changed all callers. (elf64_alpha_add_symbol_hook): Put small commons in .scommon not .sbss. (elf64_alpha_size_got_sections): Don't merge .got sections twice.
1998-04-21* archive.c (_bfd_generic_read_ar_hdr_mag): Simplify end-of-name test.Richard Henderson1-25/+38
1998-04-18 * elf32-mips.c (mips_elf_relocate_section): Do not complain aboutJeff Law1-0/+5
an out of range pc-relative jump/call to an undefined weak symbol.
1998-04-16 * archive.c (bfd_generic_archive_p): If a slurp subroutine returnsIan Lance Taylor1-0/+4
an error other than bfd_error_system_call, set the error to bfd_error_wrong_format.
1998-04-16* elf64-alpha.c (elf64_alpha_do_reloc_gpdisp): Do all gpdispRichard Henderson1-0/+5
comparisons signed.
1998-04-16 * targets.c (bfd_target_vector) [SELECT_VECS not defined]: AddIan Lance Taylor1-0/+3
bfd_elf32_powerpcle_vec.
1998-04-16 * elf.c (copy_private_bfd_data): If all the p_paddr fields in theIan Lance Taylor1-0/+5
program segments are zero, don't set p_paddr_valid.
1998-04-16 * elf64-alpha.c: Initial implementation of relaxation --Richard Henderson2-67/+814
(struct alpha_elf_link_hash_entry): Add use_count member. (elf64_alpha_check_relocs): Initialize and increment it. (elf64_alpha_can_merge_gots): Check it when considering merging. (elf64_alpha_merge_gots): Drop entries with zero use. (elf64_alpha_calc_got_offsets_for_symbol): Likewise. (elf64_alpha_always_size_sections): Split out got sizing ... (elf64_alpha_size_got_sections): ... here. New function. (elf64_alpha_relax_find_reloc_ofs): New function. (elf64_alpha_relax_with_lituse): Likewise. (elf64_alpha_relax_without_lituse): Likewise. (elf64_alpha_relax_opt_call): Likewise. (elf64_alpha_relax_section): Likewise. (elf64_alpha_add_symbol_hook): Likewise. (elf64_alpha_howto_table): Implement GPRELHIGH/LOW & IMMED_GP_16. (elf64_alpha_relocate_section): Likewise. (bfd_elf64_bfd_relax_section): Define. (elf_backend_add_symbol_hook): Likewise.
1998-04-15 * elf.c (prep_headers): Use new EM_SPARCV9 symbol.Richard Henderson2-5/+13
* elf64-sparc.c (ELF_MACHINE_CODE): Likewise. (ELF_MACHINE_ALT1): New. Set to EM_OLD_SPARC64.
1998-04-15 * configure.in: Add -lkernel32 to WIN32LIBADD on cygwin32.Ian Lance Taylor1-0/+5
* configure: Rebuild.
1998-04-13 * Makefile.am (libbfd_la_LIBADD): Add @WIN32LIBADD@.Ian Lance Taylor3-84/+258
(libbfd_la_LDFLAGS): Add @WIN32LDFLAGS@. * configure.in: Define and substitute WIN32LDFLAGS and WIN32LIBADD. * aclocal.m4: Rebuild with new libtool. * configure, Makefile.in: Rebuild.
1998-04-10 * coffcode.h (coff_write_object_contents): Move a PE COMDAT symbolIan Lance Taylor1-0/+5
before any other symbols in the same section. Required by Visual C++ linker, and specified in PE documentation.
1998-04-08Do not add PowerPC NT support by default to PowerPC ELF systemsMichael Meissner2-6/+11
1998-04-07 * dwarf2.c (comp_unit): Move it earlier in the source. AddGavin Romig-Koch2-80/+102
addr_size. (read_address): Replace 'bdf*' argument with 'comp_unit*' argument. Use addr_size for address size, rather than sizeof(bfd_vma). (read_attribute): Replace bdf* argument with 'comp_unit*' argument. Fix call to read_address. (decode_line_info): Replace bdf* argument with 'comp_unit*' argument. Scrap other unneeded arguments. Fix call to read_address. (scan_unit_for_functions): Fix call to read_attribute. (parse_comp_unit): We now handle more values for addr_size. Set addr_size in unit. Fix call to read_attribute and decode_line_info.
1998-04-07 * dwarf2.c (parse_comp_unit): Drop use of unit->name when it is null.Gavin Romig-Koch2-0/+1458
1998-04-07 * archures.c (bfd_default_scan): Add m68k cases back to defaultIan Lance Taylor1-0/+6
switch, reverting patch of March 25, since IEEE support depends upon them.
1998-04-06xIan Lance Taylor1-0/+5
1998-04-06 * Makefile.am (diststuff): New target.Ian Lance Taylor2-0/+4
* Makefile.in: Rebuild.
1998-04-06 * Makefile.am (STAGESTUFF): Remove variable.Ian Lance Taylor2-45/+109
(CLEANFILES): Don't remove $(STAGESTUFF). (DISTCLEANFILES, MAINTAINERCLEANFILES): New variables. * Makefile.in: Rebuild.
1998-04-05 * som.c (som_bfd_ar_write_symbol_stuff): Fix computation ofJeff Law1-0/+5
som_offset when we have an extended name table.
1998-04-05Sun Apr 5 16:04:39 1998 H.J. Lu <hjl@gnu.org>Ian Lance Taylor3-76/+95
* Makefile.am (stamp-lib): Check that .libs/libbfd.a exists before trying to copy it. * Makefile.in: Rebuild.
1998-04-03Fri Apr 3 11:09:42 1998 Andreas Schwab ↵Ian Lance Taylor1-0/+14
<schwab@issan.informatik.uni-dortmund.de> * elf32-m68k.c (elf_m68k_size_dynamic_sections): Generate section symbols when creating a shared library. (elf_m68k_adjust_dynindx): New function, used by above code. (elf_m68k_finish_dynamic_sections): Initialize the section symbols. (elf_m68k_relocate_section): Change abort to BFD_ASSERT.
1998-04-01Wed Apr 1 13:36:58 1998 Andreas Schwab ↵Ian Lance Taylor1-0/+5
<schwab@issan.informatik.uni-dortmund.de> * elf32-m68k.c (elf_m68k_relocate_section, case R_68K_PLT*O): Fix assertion.
1998-04-01xIan Lance Taylor1-11/+12
1998-04-01Changes required to emit Elf Rela structuresCatherine Moore2-110/+175
for relocation.
1998-03-31 * elf-m10300.c (mn10300_elf_relax_section): Correctly handleJeff Law1-0/+5
absolute symbols.
1998-03-30 * configure.in: Set version to 2.9.1.Ian Lance Taylor1-0/+20
* configure: Rebuild.
1998-03-30 * elf.c (_bfd_elf_copy_private_section_data): CallIan Lance Taylor1-0/+3
copy_private_bfd_data once we've seen the last SEC_ALLOC section. Fixes strip on Irix 6. Without this, a stripped program would report 22964:g++: rld: Warning: This object has a DT_MIPS_OPTIONS tag, but no corresponding program header. This could be the result of file corruption or faulty compilation/linking.
1998-03-30 * cpu-mips.c: Remove trailing comma at end of enumeration list.Ian Lance Taylor1-0/+4