summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* * section.c (SEC_ARCH_BIT_0): New; replace unused SEC_BALIGN.Richard Henderson2001-09-283-6/+15
* * elf64-x86-64.c (elf64_x86_64_reloc_type_lookup): Don't map bfdAlan Modra2001-09-282-2/+4
* * elf32-hppa.c (elf32_hppa_check_relocs): Update comment since weAlan Modra2001-09-282-89/+98
* merge from gccDJ Delorie2001-09-2715-67/+102
* * elf32-i386.c (elf_i386_check_relocs): Update comment since weAlan Modra2001-09-272-119/+96
* * elf32-i386.c (allocate_dynrelocs): Don't create a .plt entryAlan Modra2001-09-272-29/+39
* Revert most of previous delta. Do not call bfd_archive_filename on outputNick Clifton2001-09-272-9/+8
* Add missing function protoypes.Nick Clifton2001-09-272-1/+8
* Replace bfd_get_filename with bfd_archive_filename in error message.Nick Clifton2001-09-272-32/+40
* Remove spurious commentNick Clifton2001-09-272-2/+5
* 2001-09-26 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2001-09-262-11/+28
* merge from gccDJ Delorie2001-09-2653-352/+3243
* * elf32-i386 (elf_i386_copy_indirect_symbol): New function.Alan Modra2001-09-263-142/+233
* * ldmisc.c (USE_STDARG): Remove.Alan Modra2001-09-263-86/+32
* * bucomm.c (fatal): Define using VPARAMS, VA_OPEN, VA_FIXEDARG,Alan Modra2001-09-264-99/+31
* * arc-dis.c: Formatting fixes.Alan Modra2001-09-262-36/+52
* * bfd.c (_bfd_default_error_handlerl): Define using VPARAMS,Alan Modra2001-09-262-38/+11
* merge from gccDJ Delorie2001-09-252-3/+6
* * elf64-sparc.c (sparc64_elf_build_plt): Fix .plt[32768+] slotJakub Jelinek2001-09-252-2/+7
* 2001-09-25 H.J. Lu <hjl@gnu.org>H.J. Lu2001-09-256-8/+16
* * readelf.c (do_wide): New.Jakub Jelinek2001-09-254-2/+128
* 2001-09-25 H.J. Lu <hjl@gnu.org>H.J. Lu2001-09-252-10/+14
* * readelf.c (print_vma): Print 8 digits of low hex value.Alan Modra2001-09-252-1/+5
* * listing.c (buffer_line): Don't write past the end of `line' whenAlan Modra2001-09-252-3/+11
* * elf32-i386.c: Add comment re linker function names and ordering.Alan Modra2001-09-252-132/+153
* * config/tc-mn10300.c (tc_gen_reloc): Don't emit an *ABS*Alexandre Oliva2001-09-252-4/+40
* * elf32-hppa.c: Rename all occurrences of "hplink" to "htab"Alan Modra2001-09-252-211/+208
* * elf32-hppa.c: (LONG_BRANCH_PIC_IN_SHLIB): Delete. Remove allAlan Modra2001-09-252-361/+292
* * elf-bfd.h (struct bfd_elf_section_data): Add "local_dynrel"Alan Modra2001-09-253-117/+224
* merge from gccDJ Delorie2001-09-244-0/+42
* Fix thinkoNick Clifton2001-09-242-5/+5
* Remove spurious prototype.Nick Clifton2001-09-242-4/+4
* oops - frag omitted from previous patch applicationNick Clifton2001-09-241-0/+8
* oops - omitted from previous deltaNick Clifton2001-09-242-20/+10
* improve documenation about auto-importNick Clifton2001-09-242-3/+20
* Define and use pe_get_data_import_dll_name().Nick Clifton2001-09-243-5/+33
* fix compile time warning messagesNick Clifton2001-09-243-5/+13
* * nlmconv.c: Fix warnings about unused attributes and functionAndreas Jaeger2001-09-243-10/+19
* * elf-bfd.h (elf_backend_reloc_type_class): Pass in the entireAlan Modra2001-09-2417-86/+115
* Fix compile time warningsNick Clifton2001-09-223-1/+8
* * elfcode.h (elf_object_p): Allow for no section header at all inAlan Modra2001-09-222-22/+34
* Fix compile time warningsNick Clifton2001-09-2111-20/+54
* * arc-dis.c: Don't include <ctype.h>.Alan Modra2001-09-214-3/+6
* * config/tc-openrisc.c: Don't include <ctype.h>.Alan Modra2001-09-212-1/+4
* fix compile time warning messagesNick Clifton2001-09-212-1/+5
* * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET,Alexandre Oliva2001-09-212-14/+25
* * Makefile.am: Run "make dep-am".Alan Modra2001-09-218-601/+675
* * bfd.c (bfd_archive_filename): New function.Alan Modra2001-09-2050-387/+463
* oops - forgot to check for clean 64 bit build - fix compile time warningNick Clifton2001-09-201-2/+2
* Fix compile time warningsNick Clifton2001-09-2023-1234/+1360