2
0
mirror of https://github.com/bebbo/amigaos-binutils-2.14.git synced 2025-12-08 22:38:24 +00:00
Commit Graph

12 Commits

Author SHA1 Message Date
9e48f9ca32 * binutils: minor changes to make binutiles compile for a ppc-amigaos
hosted environment.
* gcc/gcc/config/rs6000/amigaos.c: fixed some compiler warnings
2008-02-24 13:48:21 +00:00
a36c7f2ce5 * binutils/bfd/configure.in: updated the version string according to
latest changes done by Hans-Joerg.
2007-05-20 13:20:06 +00:00
decc95fcc7 Added support for generating dynamic shared object to the AmigaOS target. Most notable
changes:

- In ppc_elf_additional_program_headers, modified ret=0 to ret=1 to add an additional
  section header for dynamic linking, since we need an additional PT_LOAD for the
  separate .text section.
- In ppc_elf_create_got, removed the SEC_CODE flag from the .got section to prevent it
  from being moved into the executable section. We do not use -fpic and hence have no
  need for the blrl in the .got section.
- In ppc_elf_finish_dynamic_symbol, removed the code that makes _DYNAMIC,
  _GLOBAL_OFFSET_TABLE_ and _PROCEDURE_LINKAGE_TABLE_ absolute, since we need them
  to be relocatable.
2007-04-10 13:19:20 +00:00
740dcbc0cd - Added GENERATE_SHLIB_SCRIPT=yes to enable building of shared libraries.
- Added SHLIB_TEXT_START_ADDR=1024, although it is probably not required or even used
2007-04-10 13:14:35 +00:00
5954d73061 - resync with HEAD of CVS repo 2006-03-16 10:00:58 +00:00
d6af3b0691 applied patch to bring it in sync with latest CVS head 2006-03-16 00:07:44 +00:00
ee7d707911 applied binutils-20050713 patch 2006-03-15 23:47:57 +00:00
ec42187c38 applied binutils-20041204 patch 2006-03-15 23:38:39 +00:00
8c09c6eb7c applied BUTILS_2_14->BUTILS_AMIGA_20031201 patch 2006-03-15 23:35:05 +00:00
8a6c86a7c6 bringing binutils-2.14 into main branch 2006-03-15 23:21:32 +00:00
3e89207beb tagging binutils-2.14 2006-03-15 23:18:20 +00:00
7d10307602 - importing initial 2.14 binutiles vendor version. 2006-03-15 23:16:57 +00:00