summaryrefslogtreecommitdiff
path: root/bfd/elf64-sparc.c
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create branchcagney_framebase-20030326-branchpointnobody2003-03-261-14/+47
* This commit was manufactured by cvs2svn to create branchcagney_offbyone-20030303-branchpointnobody2003-03-031-25/+20
* This commit was manufactured by cvs2svn to create branchinterps-20030202-branchpointnobody2003-02-021-7/+81
* s/boolean/bfd_boolean/ s/true/TRUE/ s/false/FALSE/. SimplifyAlan Modra2002-11-301-197/+197
* include/elf/ChangeLogAlan Modra2002-11-281-33/+31
* * elf-eh-frame.c (_bfd_elf_discard_section_eh_frame): Don't zeroAlan Modra2002-11-121-4/+3
* * elf64-sparc.c (sparc64_elf_adjust_dynamic_symbol): CorrectAlan Modra2002-11-111-4/+4
* * elf64-sparc.c (sparc64_elf_relocate_section): Adjust addend ofAlan Modra2002-11-051-5/+9
* * elf32-sparc.c (elf32_sparc_relocate_section): Put R_SPARC_RELATIVEJakub Jelinek2002-09-241-1/+2
* * elf-hppa.h (elf_hppa_relocate_section): If relocatable, returnAlan Modra2002-07-231-21/+5
* * elf32-i386.c (elf_i386_relocate_section): Don't complain aboutAlan Modra2002-07-111-2/+4
* * elf.c: (assign_section_numbers) Set sh_entsize for .stab onlyAlan Modra2002-07-101-0/+26
* * aout-adobe.c: Don't compare against "true" or "false.Alan Modra2002-06-251-1/+1
* * elf64-sparc.c (sparc64_elf_add_symbol_hook): Check the hashAlan Modra2002-06-081-1/+1
* * elf-bfd.h (struct elf_size_info): Add swap_symbol_in field.Alan Modra2002-06-051-0/+1
* * elf32-m32r.c (m32r_elf_add_symbol_hook): Check the hash tableAlan Modra2002-04-161-3/+2
* 2002-04-04 Daniel Jacobowitz <drow@mvista.com>Daniel Jacobowitz2002-04-041-3/+3
* * elf32-sparc.c (elf32_sparc_relocate_section): Don't emit dynamicJakub Jelinek2002-04-031-1/+13
* * elf32-sparc.c (WILL_CALL_FINISH_DYNAMIC_SYMBOL): New.Richard Henderson2002-04-011-110/+52
* * elf-eh-frame.c (_bfd_elf_discard_section_eh_frame): EnableJakub Jelinek2002-02-191-2/+6
* Fixes for better translation into other languagesNick Clifton2002-01-301-13/+7
* * elf32-sparc.c (_bfd_sparc_elf_howto_table): Fix dst_mask forJakub Jelinek2001-12-211-7/+24
* 2001-12-18 H.J. Lu <hjl@gnu.org>H.J. Lu2001-12-181-22/+0
* * elf.c (_bfd_elf_rela_local_sym): Only callJakub Jelinek2001-12-071-15/+5
* * elf32-sparc.c (elf32_sparc_relocate_section): Don't clearJakub Jelinek2001-11-231-1/+9
* * elf.c (_bfd_elf_rela_local_sym): New.Jakub Jelinek2001-11-231-3/+1
* * elf64-sparc.c (sparc64_elf_relocate_section): DisregardAlexandre Oliva2001-11-151-0/+10
* 2001-11-11 H.J. Lu <hjl@gnu.org>H.J. Lu2001-11-111-1/+1
* * elf32-arm.h (elf32_arm_final_link_relocate): Don't copy STN_UNDEFAlan Modra2001-11-101-1/+1
* * Makefile.am (BFD32_BACKENDS): Add elf-strtab.lo.Jakub Jelinek2001-11-071-1/+1
* * elf64-sparc.c (sparc64_elf_build_plt): Fix .plt[32768+] slotJakub Jelinek2001-09-251-2/+2
* * elf-bfd.h (elf_backend_reloc_type_class): Pass in the entireAlan Modra2001-09-241-4/+5
* * bfd.c (bfd_archive_filename): New function.Alan Modra2001-09-201-20/+26
* coordinate info->symbolic and info->allow_shlib_undefinedNick Clifton2001-09-201-1/+2
* Touches most files in bfd/, so likely will be blamed for everything..Alan Modra2001-09-181-65/+76
* * elf-bfd.h (enum elf_reloc_type_class): New.Jakub Jelinek2001-08-231-16/+23
* * elf64-sparc.c (sparc64_elf_output_arch_syms): Add missingAlan Modra2001-08-171-0/+3
* 2001-08-10 Andreas Jaeger <aj@suse.de>Andreas Jaeger2001-08-111-11/+21
* * elf32-sparc.c (_bfd_sparc_elf_howto_table): Remove support forJakub Jelinek2001-07-111-6/+2
* Add support for .uahword, .uaword and .uaxword pseudo opsNick Clifton2001-05-281-25/+26
* * elf64-sparc.c (sparc64_elf_slurp_reloc_table): Fix typoAlexandre Oliva2001-05-231-1/+1
* Replace sh_size/sh_entsize with NUM_SHDR_ENTRIESNick Clifton2001-05-231-5/+3
* Update copyright noticesNick Clifton2001-03-081-1/+1
* * elf32-sparc.c (elf32_sparc_finish_dynamic_symbol): Don't make PLTJakub Jelinek2001-02-191-0/+7
* * elf64-sparc.c (sparc64_elf_copy_private_bfd_data): New function.Jakub Jelinek2001-02-091-1/+22
* * elf64-sparc.c (sparc64_elf_check_relocs): Don't trust reloc_count.Jakub Jelinek2001-02-091-2/+4
* * elf32-sparc.c (_bfd_sparc_elf_howto_table): Treat R_SPARC_UA32Mark Kettenis2001-02-091-2/+2
* 2001-01-23 Kazu Hirata <kazu@hxi.com>Kazu Hirata2001-01-231-2/+0
* 2000-12-08 Kazu Hirata <kazu@hxi.com>Kazu Hirata2000-12-081-31/+28
* gas/Jakub Jelinek2000-10-201-11/+14