Commit Graph

3060 Commits

Author SHA1 Message Date
Andreas Jaeger
ac0e732ef3 * merge.c: Update to ISO C90. 2003-08-31 10:07:47 +00:00
Alan Modra
7274f0d79a daily update 2003-08-31 00:00:05 +00:00
Alan Modra
eac8c92310 daily update 2003-08-30 00:00:07 +00:00
Alan Modra
1d4be3b517 daily update 2003-08-29 00:00:14 +00:00
Alan Modra
ae5a54c2fa daily update 2003-08-28 00:00:16 +00:00
Ian Lance Taylor
49c97a80e3 * configure.in: Check for strtoull.
* bfd.c (bfd_scan_vma): Use strtoull when available.
	* configure, config.in: Regenerate.
2003-08-27 17:57:33 +00:00
Ian Lance Taylor
ec317fb157 * configure.in: Define and substitute BFD_HOST_LONG_LONG.
* bfd-in.h: Define BFD_HOST_LONG_LONG.  Test it rather than
	__GNUC__ when deciding whether to use long long for
	BFD_HOST_64_BIT.
	* configure, Makefile.in, doc/Makefile.in, bfd-in2.h: Regenerate.
2003-08-27 17:43:39 +00:00
Christian Groessler
d539b3aa78 2003-08-27 Christian Groessler <chris@groessler.org>
* elf32-i860.c (i860_howto_pc26_reloc, i860_howto_pc16_reloc,
	i860_howto_splitn_reloc, i860_howto_highadj_reloc): New
	functions.
	(elf32_i860_howto_table): Insert the new functions as
	'special_function's in the proper reloc type entries.
2003-08-27 13:28:42 +00:00
Richard Sandiford
73052b5e96 * elf32-frv.c (elf32_frv_relocate_section): Use
_bfd_elf_rela_local_sym.
2003-08-27 09:21:15 +00:00
Alan Modra
a9b6ab4d33 daily update 2003-08-27 00:00:05 +00:00
Michael Snyder
2c848f79e9 2003-08-26 Michael Snyder <msnyder@redhat.com>
* cpu-frv.c: Remove unused enum.
2003-08-26 17:13:18 +00:00
Alan Modra
dbd8c104d5 daily update 2003-08-26 00:00:06 +00:00
Maciej W. Rozycki
980491e6d5 2003-08-25 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
* reloc.c: Fix documentation for MIPS ELF relocations.
libbfd.h: Regenerate.
bfd-in2.h: Regenerate.
2003-08-25 12:39:14 +00:00
Alan Modra
2ff3acebc0 daily update 2003-08-25 00:00:06 +00:00
Jason Eckhardt
6d1227b86c 2003-08-24 Jason Eckhardt <jle@rice.edu>
* coff-i860.c (CALC_ADDEND): Define to be a no-op.
2003-08-24 20:54:05 +00:00
Jason Eckhardt
f680ea79cc 2003-08-24 Jason Eckhardt <jle@rice.edu>
* elf32-i860.c (elf32_i860_relocate_pc16): Subtract 4 and
	shift by 2 before storing the relocated value.
2003-08-24 18:16:46 +00:00
Alan Modra
5c877b7234 daily update 2003-08-24 00:00:06 +00:00
Jason Eckhardt
c28b1c2869 2003-08-23 Jason Eckhardt <jle@rice.edu>
[bfd/ChangeLog]
        * coff-i860.c (coff_i860_reloc_nyi): New function.
	(howto_table): Add entries for relocations PAIR, HIGHADJ, HIGH,
	LOWn, SPLITn, and BRADDR.
	(RTYPE2HOWTO): Check that the r_type is within the howto_table
	before trying to access the entry.
	(coff_i860_rtype_to_howto): Likewise.
	(coff_i860_reloc_type_lookup): New function.
	(i860_reloc_processing): New function.
	(coff_bfd_reloc_type_lookup): Define macro.
	(RELOC_PROCESSING): Define macro.
	Minor formatting adjustments.

[include/coff/ChangeLog]
	* coff/i860.h (COFF860_R_PAIR, COFF860_R_LOW0, COFF860_R_LOW1,
	COFF860_R_LOW2, COFF860_R_LOW3, COFF860_R_LOW4, COFF860_R_SPLIT0,
	COFF860_R_SPLIT1, COFF860_R_SPLIT2, COFF860_R_HIGHADJ,
	COFF860_R_BRADDR): Define new relocation constants and document.
	Minor formatting adjustments.
2003-08-23 23:00:09 +00:00
Alan Modra
40a0491a90 * elflink.h (elf_link_add_object_symbols): Don't crash on NULL owner. 2003-08-23 04:10:34 +00:00
Alan Modra
37f2f67a89 daily update 2003-08-23 00:00:05 +00:00
H.J. Lu
69bbc4c090 2003-08-22 H.J. Lu <hongjiu.lu@intel.com>
* elfxx-ia64.c (elfNN_ia64_create_dynamic_sections): Align the
	.got section at 8 bytes.
2003-08-22 23:35:59 +00:00
Alan Modra
23597ff0e8 daily update 2003-08-22 00:00:05 +00:00
Nick Clifton
85db1db4b9 Fix spelling typo. 2003-08-21 16:26:20 +00:00
Nick Clifton
8b9561304c Convert to ISO C90. Tidy up formatting. 2003-08-21 16:20:39 +00:00
Nick Clifton
6c21aa7634 For elf32-hppa-linux, objects can have OSABI=Linux or OSABI=SysV; check for
both.
2003-08-21 14:00:06 +00:00
Nick Clifton
3673a93e66 Updated translations 2003-08-21 13:52:58 +00:00
Alan Modra
9a0b3ef03e daily update 2003-08-21 00:00:05 +00:00
Richard Sandiford
427b80f4a9 * elf64-mips.c (elf_backend_copy_indirect_symbol): Define. 2003-08-20 13:53:42 +00:00
Nick Clifton
560e09e9cc Better handking for unresolved symbols 2003-08-20 08:37:19 +00:00
Alan Modra
8a9cddf46f daily update 2003-08-20 00:00:04 +00:00
Alan Modra
9424b17afa daily update 2003-08-19 00:00:06 +00:00
H.J. Lu
4091ea4e21 2003-08-18 Andreas Schwab <schwab@suse.de>
* libpei.h (bfd_pe_executable_p): Also recognize efi-app
	executables.
2003-08-18 18:26:56 +00:00
Alan Modra
91a2fd1fbe daily update 2003-08-18 00:00:06 +00:00
Hans-Peter Nilsson
b0cdc7bcb0 * simple.c (bfd_simple_get_relocated_section_contents): Move
reloc_done hack to before first bfd_section_size call.  Change all
	returns to use new wrapper macro RETURN, restoring sec->reloc_done.
2003-08-17 07:37:33 +00:00
Alan Modra
95173cb290 daily update 2003-08-17 00:00:06 +00:00
Alan Modra
c1993d0493 * elf64-ppc.c: Don't include elf/ppc.h. 2003-08-16 13:42:43 +00:00
Alan Modra
53db97b0b3 daily update 2003-08-16 00:00:06 +00:00
Alan Modra
12d4560293 daily update 2003-08-15 00:00:06 +00:00
Richard Sandiford
792b4a532f * elfxx-mips.c (_bfd_mips_elf_modify_segment_map): Fix PT_DYNAMIC
code to work with 64-bit bfds.
2003-08-14 09:30:34 +00:00
Alan Modra
fdc09da8b5 * dep-in.sed: Remove libintl.h.
* Makefile.am (SRC-POTFILES.in, BLD-POTFILES.in): Unset LC_COLLATE.
	(POTFILES.in): Remove target.
	* Makefile.in: Regenerate.
2003-08-14 07:03:00 +00:00
Alan Modra
ef417f4de3 daily update 2003-08-14 00:00:06 +00:00
Alan Modra
51dc90a107 daily update 2003-08-13 00:00:06 +00:00
Alan Modra
ee87f2dab8 * elf64-ppc.c (ppc64_elf_next_input_section): Update comment.
(ppc64_elf_relocate_section): For zero sym R_PPC64_TOC relocs,
	use the function sym from the previous reloc.
2003-08-12 05:58:10 +00:00
Alan Modra
262e2d8016 daily update 2003-08-12 00:00:06 +00:00
Jakub Jelinek
15f40dfc73 * elf32-i386.c (elf_i386_relocate_section): Make undefined symbols
fatal if -pie.
	* elf32-s390.c (elf_s390_relocate_section): Likewise.
	* elf32-sparc.c (elf32_sparc_relocate_section): Likewise.
	* elf64-alpha.c (elf64_alpha_relocate_section): Likewise.
	* elf64-ppc.c (ppc64_elf_relocate_section): Likewise.
	* elf64-s390.c (elf_s390_relocate_section): Likewise.
	* elf64-sparc.c (sparc64_elf_relocate_section): Likewise.
	* elf64-x86-64.c (elf64_x86_64_relocate_section): Likewise.
	* elfxx-ia64.c (elfNN_ia64_relocate_section): Likewise.
	* elf32-ppc.c (ppc_elf_relocate_section): Likewise.
	(ppc_elf_relocate_section) <case R_PPC_RELAX32>: Issue fatal error
	on undefined symbols if -pie.
	* elf32-sh.c (sh_elf_relocate_section): Likewise.
2003-08-11 14:26:11 +00:00
Alan Modra
6ab189d5a4 * elf64-ppc.c (ppc64_elf_relocate_section): Add special case for crt1.o
branch to __libc_start_main.
2003-08-11 11:31:01 +00:00
Alan Modra
e561512e36 daily update 2003-08-11 00:00:06 +00:00
Alan Modra
73d40e94db daily update 2003-08-10 00:00:06 +00:00
Alan Modra
ba2f8de116 daily update 2003-08-09 00:00:07 +00:00
Nick Clifton
3b260895e3 Add MSP430 variants 2003-08-08 10:14:52 +00:00