Commit Graph

98 Commits

Author SHA256 Message Date
Richard Biener
9338b2c4d9 - Update to final binutils 2.22 release.
OBS-URL: https://build.opensuse.org/package/show/devel:gcc/binutils?expand=0&rev=76
2011-12-06 10:48:55 +00:00
Richard Biener
03ae34d31d * Drop patches that have been applied upstream.
OBS-URL: https://build.opensuse.org/package/show/devel:gcc/binutils?expand=0&rev=73
2011-11-02 10:09:49 +00:00
Richard Biener
a5ed0c7d14 Accepting request 85857 from home:tserong:branches:devel:gcc
- Fix --gc-sections failure with symbol versioning [bso#13195] (this indirectly fixes build of openSUSE:Factory:ARM/busybox, BTW)

OBS-URL: https://build.opensuse.org/request/show/85857
OBS-URL: https://build.opensuse.org/package/show/devel:gcc/binutils?expand=0&rev=71
2011-10-04 09:10:57 +00:00
Richard Biener
5449084e1a - Update to binutils-2_22-branch head.
* Drop patches that have been applied upstream.
  * Drop patches that no longer apply.

OBS-URL: https://build.opensuse.org/package/show/devel:gcc/binutils?expand=0&rev=69
2011-09-28 13:30:44 +00:00
Richard Biener
916b9b29ca OBS-URL: https://build.opensuse.org/package/show/devel:gcc/binutils?expand=0&rev=68 2011-09-26 14:46:11 +00:00
Richard Biener
6bcb6c817c Accepting request 84478 from Base:build:arm
add arm support

OBS-URL: https://build.opensuse.org/request/show/84478
OBS-URL: https://build.opensuse.org/package/show/devel:gcc/binutils?expand=0&rev=67
2011-09-26 09:45:39 +00:00
Richard Biener
da09f347b2 - Revert back to --copy-dt-needed-entries being the default for ld.
- Make --no-copy-dt-needed-entries the default for ld.

OBS-URL: https://build.opensuse.org/package/show/devel:gcc/binutils?expand=0&rev=66
2011-08-29 08:10:55 +00:00
OBS User buildservice-autocommit
61b85cabb1 Updating link to change in openSUSE:Factory/binutils revision 68.0
OBS-URL: https://build.opensuse.org/package/show/devel:gcc/binutils?expand=0&rev=0c04be2663519a82d24f8cb1da963e94
2011-08-24 09:37:43 +00:00
Richard Biener
24dd8b3836 - Fix XLC object linker complaints. [bnc#713504]
OBS-URL: https://build.opensuse.org/package/show/devel:gcc/binutils?expand=0&rev=64
2011-08-23 11:43:54 +00:00
Richard Biener
78e1a393dd Accepting request 79447 from home:a_jaeger:branches:openSUSE:Factory
Make --no-copy-dt-needed-default the default for ld.

OBS-URL: https://build.opensuse.org/request/show/79447
OBS-URL: https://build.opensuse.org/package/show/devel:gcc/binutils?expand=0&rev=63
2011-08-22 08:12:58 +00:00
OBS User buildservice-autocommit
32c5a46368 Updating link to change in openSUSE:Factory/binutils revision 66.0
OBS-URL: https://build.opensuse.org/package/show/devel:gcc/binutils?expand=0&rev=bb2741fa443c431d050a6cbc50203495
2011-07-12 12:06:37 +00:00
Richard Biener
49a5b48643 - Add patch for bogus executable stack setting with -flto. [bso#12982]
- Add patch to fix a readelf endless loop bug.  [bso#12855]

OBS-URL: https://build.opensuse.org/package/show/devel:gcc/binutils?expand=0&rev=61
2011-07-12 08:56:10 +00:00
OBS User buildservice-autocommit
3f4adf463d Updating link to change in openSUSE:Factory/binutils revision 64.0
OBS-URL: https://build.opensuse.org/package/show/devel:gcc/binutils?expand=0&rev=a23a0b1f412024e3f50fc33362d00375
2011-07-11 14:01:45 +00:00
Richard Biener
8d4184c649 - BuildRequire glibc-devel-static to fix static linking tests.
OBS-URL: https://build.opensuse.org/package/show/devel:gcc/binutils?expand=0&rev=59
2011-07-11 08:43:27 +00:00
Richard Biener
78a80a41dc Accepting request 75863 from home:saschpe:branches:devel:gcc
- Add patch to fix a readelf endless loop bug [#12855]

OBS-URL: https://build.opensuse.org/request/show/75863
OBS-URL: https://build.opensuse.org/package/show/devel:gcc/binutils?expand=0&rev=58
2011-07-11 08:40:17 +00:00
Richard Biener
737a7f94f3 * Add --interleave-width option to objcopy to allowing copying a range
of bytes from the input to the output with the --interleave option.
  * Add support for the TMS320C6000 (TI C6X) processor family.
  * Readelf can now display ARM unwind tables (.ARM.exidx / .ARM.extab)
    using the -u / --unwind option.
  * Add --dyn-syms to readelf to dump dynamic symbol table.
  * A new tool - elfedit - has been added to directly manipulate ELF
    format binaries.
  * Add to dlltool .def file feature of aliasing PE internal symbol name
    by '== <ID>' option.
  * Add a new command line option -a / --addresses to addr2line to display
    the address before function name or source filename.
  * Add a new command line option -p / --pretty-print to addr2line to have
    a more human readable output.
  * The hppa/som targets can now be compiled on any host.
  * Add --interleave-width option to objcopy to allowing copying a range
    of bytes from the input to the output with the --interleave option.
  * Add support for the TMS320C6000 (TI C6X) processor family.
  * Readelf can now display ARM unwind tables (.ARM.exidx / .ARM.extab)
    using the -u / --unwind option.
  * Add --dyn-syms to readelf to dump dynamic symbol table.
  * A new tool - elfedit - has been added to directly manipulate ELF
    format binaries.
  * Add to dlltool .def file feature of aliasing PE internal symbol name
    by '== <ID>' option.
  * Add a new command line option -a / --addresses to addr2line to display
    the address before function name or source filename.
  * Add a new command line option -p / --pretty-print to addr2line to have
    a more human readable output.
  * The hppa/som targets can now be compiled on any host.

OBS-URL: https://build.opensuse.org/package/show/devel:gcc/binutils?expand=0&rev=57
2011-07-08 08:29:01 +00:00
Richard Biener
66c531f535 - Add dependency to opcodes from gold.
OBS-URL: https://build.opensuse.org/package/show/devel:gcc/binutils?expand=0&rev=55
2011-07-01 10:34:38 +00:00
Richard Biener
607e7a7aa4 - Update to binutils 2.21.1 release.
OBS-URL: https://build.opensuse.org/package/show/devel:gcc/binutils?expand=0&rev=54
2011-06-28 08:13:36 +00:00
Michael Matz
0c91cde38b (sync with sle11sp2 binutils)
- Add support for x86_64-pep target [needed for Xen fate #311376]

OBS-URL: https://build.opensuse.org/package/show/devel:gcc/binutils?expand=0&rev=53
2011-06-27 14:59:47 +00:00
OBS User buildservice-autocommit
eb4b58099e Updating link to change in openSUSE:Factory/binutils revision 60.0
OBS-URL: https://build.opensuse.org/package/show/devel:gcc/binutils?expand=0&rev=d0b51458def62f2da61c723f1e848e06
2011-06-15 09:41:49 +00:00
Michael Matz
a7eedde248 make it apply :-/
OBS-URL: https://build.opensuse.org/package/show/devel:gcc/binutils?expand=0&rev=50
2011-06-09 14:25:46 +00:00
Michael Matz
8281408088 - Add patch to support AMD Bulldozer v2 [fate #312149]
OBS-URL: https://build.opensuse.org/package/show/devel:gcc/binutils?expand=0&rev=49
2011-06-09 14:22:53 +00:00
OBS User buildservice-autocommit
97f83a23b1 Updating link to change in openSUSE:Factory/binutils revision 58.0
OBS-URL: https://build.opensuse.org/package/show/devel:gcc/binutils?expand=0&rev=ba24f3005c8964b570e5660661d04f59
2011-05-04 13:50:18 +00:00
OBS User buildservice-autocommit
2aa94797c6 Updating link to change in openSUSE:Factory/binutils revision 56.0
OBS-URL: https://build.opensuse.org/package/show/devel:gcc/binutils?expand=0&rev=79012559131d6ccd7bd33655e17e4bc4
2011-04-21 09:42:38 +00:00
Richard Biener
1d9ec8c4fa OBS-URL: https://build.opensuse.org/package/show/devel:gcc/binutils?expand=0&rev=43 2011-04-19 14:26:53 +00:00
Richard Biener
882b1768fc - Update to binutils-2_21-branch head. [fate#311554] [fate#311972]
OBS-URL: https://build.opensuse.org/package/show/devel:gcc/binutils?expand=0&rev=42
2011-04-19 13:16:39 +00:00
Richard Biener
fd10e898ba * linker plugin support
* AMD Bulldozer enablement

OBS-URL: https://build.opensuse.org/package/show/devel:gcc/binutils?expand=0&rev=40
2011-01-12 11:42:34 +00:00
Richard Biener
2d05369731 OBS-URL: https://build.opensuse.org/package/show/devel:gcc/binutils?expand=0&rev=39 2011-01-11 16:42:11 +00:00
Richard Biener
b4a8e6637c OBS-URL: https://build.opensuse.org/package/show/devel:gcc/binutils?expand=0&rev=38 2011-01-11 15:36:40 +00:00
Richard Biener
e468d07813 OBS-URL: https://build.opensuse.org/package/show/devel:gcc/binutils?expand=0&rev=37 2011-01-11 14:35:20 +00:00
Richard Biener
5afac475fd OBS-URL: https://build.opensuse.org/package/show/devel:gcc/binutils?expand=0&rev=36 2011-01-11 13:41:17 +00:00
Richard Biener
15f0bd9314 - Update to binutils 2.21.
OBS-URL: https://build.opensuse.org/package/show/devel:gcc/binutils?expand=0&rev=33
2011-01-10 16:53:49 +00:00
OBS User buildservice-autocommit
b5f59ed764 Updating link to change in openSUSE:Factory/binutils revision 51.0
OBS-URL: https://build.opensuse.org/package/show/devel:gcc/binutils?expand=0&rev=011dbdef56800d1cd2fa8c585b3dd7db
2010-07-30 10:32:27 +00:00
OBS User autobuild
bf9a0738a0 Accepting request 44055 from devel:gcc
checked in (request 44055)

OBS-URL: https://build.opensuse.org/request/show/44055
OBS-URL: https://build.opensuse.org/package/show/devel:gcc/binutils?expand=0&rev=32
2010-07-30 10:32:26 +00:00
Richard Biener
0ca88e9bb6 Accepting request 44050 from home:coolo:branches:openSUSE:Factory
Copy from home:coolo:branches:openSUSE:Factory/binutils via accept of submit request 44050 revision 2.
Request was accepted with message:

OBS-URL: https://build.opensuse.org/request/show/44050
OBS-URL: https://build.opensuse.org/package/show/devel:gcc/binutils?expand=0&rev=30
2010-07-27 11:40:56 +00:00
Richard Biener
cd0b6cbf94 Accepting request 42780 from home:jengelh:sparc
Copy from home:jengelh:sparc/binutils via accept of submit request 42780 revision 2.
Request was accepted with message:

OBS-URL: https://build.opensuse.org/request/show/42780
OBS-URL: https://build.opensuse.org/package/show/devel:gcc/binutils?expand=0&rev=29
2010-07-09 19:31:17 +00:00
Richard Biener
7aec9b3f05 Accepting request 42400 from home:jengelh:smp
Copy from home:jengelh:smp/binutils via accept of submit request 42400 revision 2.
Request was accepted with message:

OBS-URL: https://build.opensuse.org/request/show/42400
OBS-URL: https://build.opensuse.org/package/show/devel:gcc/binutils?expand=0&rev=28
2010-07-02 08:42:27 +00:00
OBS User buildservice-autocommit
e7e83f6267 Updating link to change in openSUSE:Factory/binutils revision 48.0
OBS-URL: https://build.opensuse.org/package/show/devel:gcc/binutils?expand=0&rev=66c13f63188778f68ded6503c3efe182
2010-04-13 19:21:52 +00:00
OBS User autobuild
117eb4f1aa Accepting request 37774 from devel:gcc
checked in (request 37774)

OBS-URL: https://build.opensuse.org/request/show/37774
OBS-URL: https://build.opensuse.org/package/show/devel:gcc/binutils?expand=0&rev=27
2010-04-13 19:21:51 +00:00
Michael Matz
960c464580 - Initialize memory for MALLOC_PERTURB on ppc. [PR gas/11486]
OBS-URL: https://build.opensuse.org/package/show/devel:gcc/binutils?expand=0&rev=26
2010-04-12 11:37:10 +00:00
OBS User buildservice-autocommit
93787b9829 Updating link to change in openSUSE:Factory/binutils revision 47.0
OBS-URL: https://build.opensuse.org/package/show/devel:gcc/binutils?expand=0&rev=2271778c31d28b42fbc80372f40f023c
2010-03-25 23:03:53 +00:00
OBS User autobuild
c36183e8b5 Accepting request 35698 from devel:gcc
checked in (request 35698)

OBS-URL: https://build.opensuse.org/request/show/35698
OBS-URL: https://build.opensuse.org/package/show/devel:gcc/binutils?expand=0&rev=25
2010-03-25 23:03:52 +00:00
Michael Matz
eb33c641f8 - Fix testcase breaking with MALLOC_PERTURB. [bnc #590820]
OBS-URL: https://build.opensuse.org/package/show/devel:gcc/binutils?expand=0&rev=24
2010-03-24 16:30:28 +00:00
Richard Biener
582ea3a06c - Drop build counter from the libbfd and libopcode SONAMEs.
OBS-URL: https://build.opensuse.org/package/show/devel:gcc/binutils?expand=0&rev=21
2010-02-13 16:53:23 +00:00
OBS User buildservice-autocommit
0b325a53ed Updating link to change in openSUSE:Factory/binutils revision 45.0
OBS-URL: https://build.opensuse.org/package/show/devel:gcc/binutils?expand=0&rev=000f9c9d7c0f39cd452ee42599c418a4
2010-02-12 16:04:27 +00:00
OBS User autobuild
c0c250f7e4 checked in (request 32416)
OBS-URL: https://build.opensuse.org/package/show/devel:gcc/binutils?expand=0&rev=20
2010-02-12 16:04:26 +00:00
Michael Matz
348a78d47b - Add support for AMD XOP instructions.
Let's try this a bit.

OBS-URL: https://build.opensuse.org/package/show/devel:gcc/binutils?expand=0&rev=17
2010-02-08 15:11:34 +00:00
OBS User buildservice-autocommit
2f5e53f4f0 Updating link to change in openSUSE:Factory/binutils revision 44.0
OBS-URL: https://build.opensuse.org/package/show/devel:gcc/binutils?expand=0&rev=a12c8197de717e7e437b0616c0922c50
2010-01-29 13:58:53 +00:00
OBS User buildservice-autocommit
9407e4635b Updating link to change in openSUSE:Factory/binutils revision 43.0
OBS-URL: https://build.opensuse.org/package/show/devel:gcc/binutils?expand=0&rev=354593ae6fd7cc18ed45338faff6c2a3
2010-01-14 14:24:23 +00:00
OBS User autobuild
6bac7af5a9 checked in
OBS-URL: https://build.opensuse.org/package/show/devel:gcc/binutils?expand=0&rev=14
2010-01-14 14:24:21 +00:00