Commit Graph

247 Commits

Author SHA256 Message Date
Richard Biener
bd22e1ff87 - Add patch to fix arm unwind table corruption. [bso#13449]
- Canonicalize arm targets.
- Enable gold for arm.

OBS-URL: https://build.opensuse.org/package/show/devel:gcc/binutils?expand=0&rev=80
2012-01-04 12:35:38 +00:00
Richard Biener
6fbc9527bc - Add patch to fix build-id issues. [bso#12451]
OBS-URL: https://build.opensuse.org/package/show/devel:gcc/binutils?expand=0&rev=79
2012-01-03 14:43:51 +00:00
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
61cd004141 - Update to binutils-2_22-branch head.
* Adds support for LDPT_GET_SYMBOLS_V2.

OBS-URL: https://build.opensuse.org/package/show/devel:gcc/binutils?expand=0&rev=72
2011-11-02 09:28:51 +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
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
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
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
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
Michael Matz
8f9672eedb Fiddle with .changes to make it incremental wrt. sle11.
Make patch also apply for the cross packages.

OBS-URL: https://build.opensuse.org/package/show/devel:gcc/binutils?expand=0&rev=51
2011-06-09 15:26:48 +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
Richard Biener
cd09a10aa5 - Update to binutils-2_21-branch head. [bnc#698346]
- Disable cross-sh4-binutils.

OBS-URL: https://build.opensuse.org/package/show/devel:gcc/binutils?expand=0&rev=48
2011-06-07 11:04:38 +00:00
Richard Biener
22570ef08f - Update to binutils-2_21-branch head. [bnc#691290]
OBS-URL: https://build.opensuse.org/package/show/devel:gcc/binutils?expand=0&rev=46
2011-05-04 08:47:53 +00:00
Richard Biener
10183a74df - Update to binutils-2_21-branch head.
OBS-URL: https://build.opensuse.org/package/show/devel:gcc/binutils?expand=0&rev=45
2011-05-03 10:53:19 +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
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
3f88cd5780 - drop cross-avr-binutils
OBS-URL: https://build.opensuse.org/package/show/devel:gcc/binutils?expand=0&rev=31
2010-07-27 11:44:38 +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
Michael Matz
46b1bd421d - Add xsave64, xrstor64 and vpermil2p support (XOP).
OBS-URL: https://build.opensuse.org/package/show/devel:gcc/binutils?expand=0&rev=22
2010-02-17 16:14:04 +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
dba0f84754 - Add more aliases for VPCOM* instructions (XOP support).
OBS-URL: https://build.opensuse.org/package/show/devel:gcc/binutils?expand=0&rev=19
2010-02-12 15:56:29 +00:00
Michael Matz
a717d9337f Reference the bugnumber in .changes
OBS-URL: https://build.opensuse.org/package/show/devel:gcc/binutils?expand=0&rev=18
2010-02-12 14:44:42 +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 autobuild
bf961e57fc checked in (request 30302)
OBS-URL: https://build.opensuse.org/package/show/devel:gcc/binutils?expand=0&rev=16
2010-01-29 13:58:51 +00:00
Michael Matz
b218f20d31 - Update to current binutils-2_20-branch. [bnc #561142, #573019]
OBS-URL: https://build.opensuse.org/package/show/devel:gcc/binutils?expand=0&rev=15
2010-01-22 14:35:35 +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
Michael Matz
f2e1de61b8 - Fix removal of unwanted files (man,info,libiberty) on the
cross binutils.

OBS-URL: https://build.opensuse.org/package/show/devel:gcc/binutils?expand=0&rev=13
2010-01-13 14:18:48 +00:00
Richard Biener
29c828b3db Accepting request 26336 from home:jengelh:branches:devel:gcc
Copy from home:jengelh:branches:devel:gcc/binutils via accept of submit request 26336 revision 2.
Request was accepted with message:

OBS-URL: https://build.opensuse.org/request/show/26336
OBS-URL: https://build.opensuse.org/package/show/devel:gcc/binutils?expand=0&rev=12
2009-12-13 11:20:49 +00:00
Michael Matz
10be67e8eb Accepting request 25932 from home:jengelh:branches:devel:gcc
Copy from home:jengelh:branches:devel:gcc/binutils via accept of submit request 25932 revision 2.
Request was accepted with message:
reviewed ok.

OBS-URL: https://build.opensuse.org/request/show/25932
OBS-URL: https://build.opensuse.org/package/show/devel:gcc/binutils?expand=0&rev=11
2009-12-07 16:53:25 +00:00
OBS User buildservice-autocommit
11203e4515 Updating link to change in openSUSE:Factory/binutils revision 42.0
OBS-URL: https://build.opensuse.org/package/show/devel:gcc/binutils?expand=0&rev=30bdcdf01676d704cb1d357d78d1160b
2009-11-27 11:33:30 +00:00
OBS User autobuild
8c3e5e79da checked in
OBS-URL: https://build.opensuse.org/package/show/devel:gcc/binutils?expand=0&rev=10
2009-11-27 11:33:29 +00:00
Michael Matz
37dd0d09c6 Use the SLE11 SP1 binutils for now.
- Copy from SLE11 SP1.  Compared to that add --as-needed by default
  patch again.

- Copy from SLE11 SP1.  Compared to that add --as-needed by default
  patch again.

- Copy from SLE11 SP1.  Compared to that add --as-needed by default
  patch again.

- Copy from SLE11 SP1.  Compared to that add --as-needed by default
  patch again.

- Copy from SLE11 SP1.  Compared to that add --as-needed by default
  patch again.

- Copy from SLE11 SP1.  Compared to that add --as-needed by default
  patch again.

- Copy from SLE11 SP1.  Compared to that add --as-needed by default
  patch again.

- Copy from SLE11 SP1.  Compared to that add --as-needed by default
  patch again.

- Copy from SLE11 SP1.  Compared to that add --as-needed by default
  patch again.

- Copy from SLE11 SP1.  Compared to that add --as-needed by default
  patch again.

- Copy from SLE11 SP1.  Compared to that add --as-needed by default
  patch again.

- Copy from SLE11 SP1.  Compared to that add --as-needed by default
  patch again.

- Copy from SLE11 SP1.  Compared to that add --as-needed by default
  patch again.

- Copy from SLE11 SP1.  Compared to that add --as-needed by default
  patch again.

- Copy from SLE11 SP1.  Compared to that add --as-needed by default
  patch again.

- Copy from SLE11 SP1.  Compared to that add --as-needed by default
  patch again.

- Copy from SLE11 SP1.  Compared to that add --as-needed by default
  patch again.

OBS-URL: https://build.opensuse.org/package/show/devel:gcc/binutils?expand=0&rev=9
2009-11-23 13:16:14 +00:00
Richard Biener
41055b7c62 Accepting request 22567 from home:rguenther
Copy from home:rguenther/binutils via accept of submit request 22567 revision 5.

OBS-URL: https://build.opensuse.org/request/show/22567
OBS-URL: https://build.opensuse.org/package/show/devel:gcc/binutils?expand=0&rev=7
2009-10-19 09:35:54 +00:00
Richard Biener
58f9d0f498 Accepting request 22009 from home:coolo:branches:devel:gcc
Copy from home:coolo:branches:devel:gcc/binutils via accept of submit request 22009 revision 2.

OBS-URL: https://build.opensuse.org/request/show/22009
OBS-URL: https://build.opensuse.org/package/show/devel:gcc/binutils?expand=0&rev=6
2009-10-07 14:06:09 +00:00
Richard Biener
88fcd0efdf - disable gold build before openSUSE 11.0.
OBS-URL: https://build.opensuse.org/package/show/devel:gcc/binutils?expand=0&rev=5
2009-08-25 09:11:26 +00:00
OBS User autobuild
06b56f6c2f Accepting request 22060 from devel:gcc
Copy from devel:gcc/binutils based on submit request 22060 from user rguenther

OBS-URL: https://build.opensuse.org/request/show/22060
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/binutils?expand=0&rev=41
2009-10-20 21:55:16 +00:00
OBS User autobuild
967e2d72ee Accepting request 18357 from devel:gcc
Copy from devel:gcc/binutils based on submit request 18357 from user rguenther

OBS-URL: https://build.opensuse.org/request/show/18357
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/binutils?expand=0&rev=39
2009-08-21 14:21:10 +00:00
OBS User unknown
849fb8cc98 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/binutils?expand=0&rev=38 2009-06-13 14:32:14 +00:00
OBS User unknown
a63b6f7d79 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/binutils?expand=0&rev=37 2009-06-12 14:47:10 +00:00
OBS User unknown
7e4dc3f513 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/binutils?expand=0&rev=36 2009-05-27 22:16:58 +00:00
OBS User unknown
98a1953a13 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/binutils?expand=0&rev=35 2009-04-02 15:22:50 +00:00
OBS User unknown
fce1c7f5e7 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/binutils?expand=0&rev=34 2009-02-16 11:34:36 +00:00
OBS User unknown
bce2fbf800 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/binutils?expand=0&rev=33 2009-01-29 21:44:00 +00:00
OBS User unknown
2ef459be03 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/binutils?expand=0&rev=32 2009-01-22 15:48:12 +00:00
OBS User unknown
9350499628 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/binutils?expand=0&rev=31 2009-01-22 12:04:44 +00:00
OBS User unknown
0b8a0b9b44 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/binutils?expand=0&rev=30 2009-01-09 13:48:41 +00:00
OBS User unknown
2536721e03 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/binutils?expand=0&rev=29 2009-01-09 13:29:41 +00:00
OBS User unknown
77c42ff0e8 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/binutils?expand=0&rev=28 2008-12-15 10:55:43 +00:00
OBS User unknown
5545d054d2 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/binutils?expand=0&rev=27 2008-12-05 14:07:53 +00:00
OBS User unknown
f91b107d9c OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/binutils?expand=0&rev=26 2008-11-21 15:03:24 +00:00
OBS User unknown
9441abea49 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/binutils?expand=0&rev=25 2008-11-21 14:06:01 +00:00
OBS User unknown
1b9db9d036 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/binutils?expand=0&rev=24 2008-11-17 15:35:11 +00:00
OBS User unknown
b79434a3e2 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/binutils?expand=0&rev=23 2008-11-07 13:56:00 +00:00
OBS User unknown
cb24e70719 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/binutils?expand=0&rev=22 2008-11-01 22:16:56 +00:00
OBS User unknown
958ffc4b70 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/binutils?expand=0&rev=21 2008-10-22 15:18:56 +00:00
OBS User unknown
9282b4c3f9 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/binutils?expand=0&rev=20 2008-10-13 13:45:53 +00:00
OBS User unknown
772d0b6867 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/binutils?expand=0&rev=19 2008-09-23 22:08:59 +00:00
OBS User unknown
1cac4f503e OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/binutils?expand=0&rev=18 2008-09-12 18:52:41 +00:00
OBS User unknown
7faed8a0cc OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/binutils?expand=0&rev=17 2008-09-05 20:09:47 +00:00
OBS User unknown
54eedb5c14 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/binutils?expand=0&rev=16 2008-08-08 15:27:01 +00:00
OBS User unknown
84d83dba1e OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/binutils?expand=0&rev=15 2008-07-18 19:45:45 +00:00
OBS User unknown
4765a2a1ee OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/binutils?expand=0&rev=14 2008-07-11 18:29:10 +00:00
OBS User unknown
ecb9124e10 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/binutils?expand=0&rev=13 2008-06-21 23:30:24 +00:00
OBS User unknown
b29070b172 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/binutils?expand=0&rev=12 2008-04-10 11:10:00 +00:00
OBS User unknown
b939e48ec5 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/binutils?expand=0&rev=11 2008-04-09 16:19:48 +00:00
OBS User unknown
39429ad311 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/binutils?expand=0&rev=10 2008-03-26 15:05:03 +00:00
OBS User unknown
14e474e4dc OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/binutils?expand=0&rev=9 2008-03-07 19:18:44 +00:00
OBS User unknown
b09203b32f OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/binutils?expand=0&rev=8 2008-02-25 16:06:58 +00:00
OBS User unknown
29212401d7 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/binutils?expand=0&rev=7 2008-02-16 02:58:48 +00:00
OBS User unknown
150edf8aa0 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/binutils?expand=0&rev=6 2008-02-01 18:52:59 +00:00
OBS User unknown
bcb92e5244 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/binutils?expand=0&rev=5 2008-01-25 15:54:30 +00:00
OBS User unknown
da2b010720 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/binutils?expand=0&rev=4 2008-01-17 20:50:37 +00:00
OBS User unknown
8c5fec0adf OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/binutils?expand=0&rev=3 2008-01-12 01:41:14 +00:00
OBS User unknown
f146ea1b03 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/binutils?expand=0&rev=2 2007-11-12 17:39:46 +00:00
OBS User unknown
9209b74914 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/binutils?expand=0&rev=1 2007-10-09 02:28:58 +00:00