File binutils.changes of Package cross-riscv64-binutils
xxxxxxxxxx
1
-------------------------------------------------------------------
2
Wed Aug 16 14:36:57 UTC 2023 - Michael Matz <matz@suse.com>
3
4
- Update to version 2.41 [PED-5778]:
5
* The MIPS port now supports the Sony Interactive Entertainment Allegrex
6
processor, used with the PlayStation Portable, which implements the MIPS
7
II ISA along with a single-precision FPU and a few implementation-specific
8
integer instructions.
9
* Objdump's --private option can now be used on PE format files to display the
10
fields in the file header and section headers.
11
* New versioned release of libsframe: libsframe.so.1. This release introduces
12
versioned symbols with version node name LIBSFRAME_1.0. This release also
13
updates the ABI in an incompatible way: this includes removal of
14
sframe_get_funcdesc_with_addr API, change in the behavior of
15
sframe_fre_get_ra_offset and sframe_fre_get_fp_offset APIs.
16
* SFrame Version 2 is now the default (and only) format version supported by
17
gas, ld, readelf and objdump.
18
* Add command-line option, --strip-section-headers, to objcopy and strip to
19
remove ELF section header from ELF file.
20
* The RISC-V port now supports the following new standard extensions:
21
- Zicond (conditional zero instructions)
22
- Zfa (additional floating-point instructions)
23
- Zvbb, Zvbc, Zvkg, Zvkned, Zvknh[ab], Zvksed, Zvksh, Zvkn, Zvknc, Zvkng,
24
Zvks, Zvksc, Zvkg, Zvkt (vector crypto instructions)
25
* The RISC-V port now supports the following vendor-defined extensions:
26
- XVentanaCondOps
27
* Add support for Intel FRED, LKGS and AMX-COMPLEX instructions.
28
* A new .insn directive is recognized by x86 gas.
29
* Add SME2 support to the AArch64 port.
30
* The linker now accepts a command line option of --remap-inputs
31
<PATTERN>=<FILE> to relace any input file that matches <PATTERN> with
32
<FILE>. In addition the option --remap-inputs-file=<FILE> can be used to
33
specify a file containing any number of these remapping directives.
34
* The linker command line option --print-map-locals can be used to include
35
local symbols in a linker map. (ELF targets only).
36
* For most ELF based targets, if the --enable-linker-version option is used
37
then the version of the linker will be inserted as a string into the .comment
38
section.
39
* The linker script syntax has a new command for output sections: ASCIZ "string"
40
This will insert a zero-terminated string at the current location.
41
* Add command-line option, -z nosectionheader, to omit ELF section
42
header.
43
- Removed obsolete patches: binutils-2.40-branch.diff.gz,
44
riscv-dynamic-tls-reloc-pie.patch, riscv-pr22263-1.patch,
45
extensa-gcc-4_3-fix.diff .
46
- Add binutils-2.41-branch.diff.gz .
47
- Add binutils-old-makeinfo.diff for SLE-12 and older.
48
- Rebased aarch64-common-pagesize.patch and binutils-revert-rela.diff .
49
- Contains fixes for these non-CVEs (not security bugs per upstreams
50
SECURITY.md):
51
* bsc#1209642 aka CVE-2023-1579 aka PR29988
52
* bsc#1210297 aka CVE-2023-1972 aka PR30285
53
* bsc#1210733 aka CVE-2023-2222 aka PR29936
54
* bsc#1213458 aka CVE-2021-32256 aka PR105039 (gcc)
55
* bsc#1214565 aka CVE-2020-19726 aka PR26240
56
* bsc#1214567 aka CVE-2022-35206 aka PR29290
57
* bsc#1214579 aka CVE-2022-35205 aka PR29289
58
* bsc#1214580 aka CVE-2022-44840 aka PR29732
59
* bsc#1214604 aka CVE-2022-45703 aka PR29799
60
* bsc#1214611 aka CVE-2022-48065 aka PR29925
61
* bsc#1214619 aka CVE-2022-48064 aka PR29922
62
* bsc#1214620 aka CVE-2022-48063 aka PR29924
63
* bsc#1214623 aka CVE-2022-47696 aka PR29677
64
* bsc#1214624 aka CVE-2022-47695 aka PR29846
65
* bsc#1214625 aka CVE-2022-47673 aka PR29876
66
67
-------------------------------------------------------------------
68
Thu Jul 13 14:31:57 UTC 2023 - Michael Matz <matz@suse.com>
69
70
- Add binutils-disable-dt-relr.sh for an compatibility problem
71
caused by binutils-revert-rela.diff in SLE codestreams.
72
Needed for update of glibc as that would otherwise pick up
73
the broken relative relocs support. [bsc#1213282, PED-1435]
74
- This only existed only for a very short while in SLE-15, as the main
75
variant in devel:gcc subsumed this in binutils-revert-rela.diff.
76
Hence:
77
- Remove binutils-disable-dt-relr.sh as subsumed.
78
79
-------------------------------------------------------------------
80
Tue May 30 09:43:15 UTC 2023 - Andreas Schwab <schwab@suse.de>
81
82
- riscv-dynamic-tls-reloc-pie.patch: Backport for PR ld/22263 and PR
83
ld/25694
84
- riscv-pr22263-1.patch: Backport for PR ld/22263
85
86
-------------------------------------------------------------------
87
Wed Apr 12 14:56:56 UTC 2023 - Martin Liška <mliska@suse.cz>
88
89
- Rebase branch patch (includes fix for PR30281).
90
91
-------------------------------------------------------------------
92
Tue Mar 21 16:33:06 UTC 2023 - Martin Liška <mliska@suse.cz>
93
94
- Document fixed CVEs:
95
* bnc#1208037 aka CVE-2023-25588 aka PR29677
96
* bnc#1208038 aka CVE-2023-25587 aka PR29846
97
* bnc#1208040 aka CVE-2023-25585 aka PR29892
98
* bnc#1208409 aka CVE-2023-0687 aka PR29444
99
100
-------------------------------------------------------------------
101
Thu Mar 16 14:18:53 UTC 2023 - Richard Biener <rguenther@suse.com>
102
103
- Enable bpf-none cross target and add bpf-none to the multitarget
104
set of supported targets.
105
106
-------------------------------------------------------------------
107
Wed Mar 8 15:31:09 UTC 2023 - Michael Matz <matz@suse.com>
108
109
- Disable packed-relative-relocs for old codestreams. They generate
110
buggy relocations when binutils-revert-rela.diff is active.
111
[bsc#1206556]
112
113
-------------------------------------------------------------------
114
Thu Feb 23 09:11:50 UTC 2023 - Martin Liška <mliska@suse.cz>
115
116
- Disable ZSTD debug section compress by default.
117
118
-------------------------------------------------------------------
119
Tue Feb 21 15:32:02 UTC 2023 - Martin Liška <mliska@suse.cz>
120
121
- Enable zstd compression algorithm (instead of zlib)
122
for debug info sections by default.
123
124
-------------------------------------------------------------------
125
Mon Jan 30 09:18:59 UTC 2023 - Martin Liška <mliska@suse.cz>
126
127
- Pack libgprofng only for supported platforms.
128
129
-------------------------------------------------------------------
130
Fri Jan 27 19:06:39 UTC 2023 - Martin Liška <mliska@suse.cz>
131
132
- Remove upstreamed patch binutils-maxpagesize.diff.
133
134
-------------------------------------------------------------------
135
Fri Jan 27 09:56:13 UTC 2023 - Martin Liška <mliska@suse.cz>
136
137
- Rebase binutils-2.40-branch.diff.gz as it includes fix for PR30043.
138
- Move libgprofng-related libraries to the proper locations (packages).
139
- Add --without=bootstrap for skipping of bootstrap (faster testing
140
of the package).
141
142
-------------------------------------------------------------------
143
Tue Jan 24 12:52:49 UTC 2023 - Richard Biener <rguenther@suse.com>
144
145
- Remove broken arm32-avoid-copyreloc.patch to fix [gcc#108515]
146
147
-------------------------------------------------------------------
148
Mon Jan 16 08:34:07 UTC 2023 - Martin Liška <mliska@suse.cz>
149
150
- Update to version 2.40:
151
* Objdump has a new command line option --show-all-symbols which will make it
152
display all symbols that match a given address when disassembling. (Normally
153
only the first symbol that matches an address is shown).
154
* Add --enable-colored-disassembly configure time option to enable colored
155
disassembly output by default, if the output device is a terminal. Note,
156
this configure option is disabled by default.
157
* DCO signed contributions are now accepted.
158
* objcopy --decompress-debug-sections now supports zstd compressed debug
159
sections. The new option --compress-debug-sections=zstd compresses debug
160
sections with zstd.
161
* addr2line and objdump --dwarf now support zstd compressed debug sections.
162
* The dlltool program now accepts --deterministic-libraries and
163
--non-deterministic-libraries as command line options to control whether or
164
not it generates deterministic output libraries. If neither of these options
165
are used the default is whatever was set when the binutils were configured.
166
* readelf and objdump now have a newly added option --sframe which dumps the
167
SFrame section.
168
* Add support for Intel RAO-INT instructions.
169
* Add support for Intel AVX-NE-CONVERT instructions.
170
* Add support for Intel MSRLIST instructions.
171
* Add support for Intel WRMSRNS instructions.
172
* Add support for Intel CMPccXADD instructions.
173
* Add support for Intel AVX-VNNI-INT8 instructions.
174
* Add support for Intel AVX-IFMA instructions.
175
* Add support for Intel PREFETCHI instructions.
176
* Add support for Intel AMX-FP16 instructions.
177
* gas now supports --compress-debug-sections=zstd to compress
178
debug sections with zstd.
179
* Add --enable-default-compressed-debug-sections-algorithm={zlib,zstd}
180
that selects the default compression algorithm
181
for --enable-compressed-debug-sections.
182
* Add support for various T-Head extensions (XTheadBa, XTheadBb, XTheadBs,
183
XTheadCmo, XTheadCondMov, XTheadFMemIdx, XTheadFmv, XTheadInt, XTheadMemIdx,
184
XTheadMemPair, XTheadMac, and XTheadSync) from version 2.0 of the T-Head
185
ISA manual, which are implemented in the Allwinner D1.
186
* Add support for the RISC-V Zawrs extension, version 1.0-rc4.
187
* Add support for Cortex-X1C for Arm.
188
* New command line option --gsframe to generate SFrame unwind information
189
on x86_64 and aarch64 targets.
190
* The linker has a new command line option to suppress the generation of any
191
warning or error messages. This can be useful when there is a need to create
192
a known non-working binary. The option is -w or --no-warnings.
193
* ld now supports zstd compressed debug sections. The new option
194
--compress-debug-sections=zstd compresses debug sections with zstd.
195
* Add --enable-default-compressed-debug-sections-algorithm={zlib,zstd}
196
that selects the default compression algorithm
197
for --enable-compressed-debug-sections.
198
* Remove support for -z bndplt (MPX prefix instructions).
199
- Rebased patches: add-ulp-section.diff, ld-relro.diff, binutils-revert-plt32-in-branches.diff,
200
cross-avr-size.patch.
201
- Removed patch: binutils-pr29482.diff.
202
- New patch: extensa-gcc-4_3-fix.diff.
203
- Includes fixes for these CVEs:
204
* bnc#1206080 aka CVE-2022-4285 aka PR29699
205
- Enable by default: --enable-colored-disassembly.
206
207
-------------------------------------------------------------------
208
Sat Dec 10 10:00:56 UTC 2022 - Dirk Müller <dmueller@suse.com>
209
210
- fix build on x86_64_vX platforms
211
212
-------------------------------------------------------------------
213
Tue Oct 25 14:52:30 UTC 2022 - Michael Matz <matz@suse.com>
214
215
- Add binutils-maxpagesize.diff for a problem on old code
216
streams, where we would generate too large binaries.
217
218
-------------------------------------------------------------------
219
Tue Oct 25 12:54:34 UTC 2022 - Andreas Schwab <schwab@suse.de>
220
221
- s390-pic-dso.diff: use %pB instead of %B
222
223
-------------------------------------------------------------------
224
Mon Oct 17 15:16:23 UTC 2022 - Michael Matz <matz@suse.com>
225
226
- SLE toolchain update of binutils. Update to 2.39 from 2.37,
227
which means obsoleting and hence removing these patches:
228
binutils-add-efi-aarch64-1.diff, binutils-add-efi-aarch64-2.diff,
229
binutils-add-efi-aarch64-3.diff, binutils-fix-keepdebug.diff,
230
binutils-add-z16-name.diff.
231
Implements [jsc#SLE-25046, jsc#PED-2029, jsc#PED-2035, jsc#PED-2033,
232
jsc#PED-2030, jsc#PED-2038, jsc#PED-2032, jsc#PED-2034, jsc#PED-2031,
233
jsc#SLE-25047]
234
- This fixes these CVEs relative to 2.37:
235
[bsc#1188374, bsc#1185597] aka (GCC) PR99935 aka CVE-2021-3648
236
[bsc#1193929] aka PR28694 aka CVE-2021-45078
237
[bsc#1194783] aka (GCC) PR98886 aka CVE-2021-46195
238
[bsc#1197592] aka (GCC) PR105039 aka CVE-2022-27943
239
[bsc#1202966] aka PR29289 aka CVE-2022-38126
240
[bsc#1202967] aka PR29290 aka CVE-2022-38127
241
[bsc#1202969] aka CVE-2021-3826
242
243
-------------------------------------------------------------------
244
Fri Oct 14 15:22:38 UTC 2022 - Dirk Müller <dmueller@suse.com>
245
246
- add arm32-avoid-copyreloc.patch for PR16177 (bsc#1200962)
247
248
-------------------------------------------------------------------
249
Fri Aug 26 13:24:35 UTC 2022 - Michael Matz <matz@suse.com>
250
251
- Add binutils-pr29482.diff for PR29482, aka CVE-2022-38533
252
[bsc#1202816]
253
254
-------------------------------------------------------------------
255
Wed Aug 10 09:04:57 UTC 2022 - Martin Liška <mliska@suse.cz>
256
257
- Rebase binutils-2.39-branch.diff.gz that contains fix for PR29451.
258
259
-------------------------------------------------------------------
260
Mon Aug 8 11:43:14 UTC 2022 - Martin Liška <mliska@suse.cz>
261
262
- Add binutils-2.39-branch.diff.gz.
263
- Explicitly enable --enable-warn-execstack=yes and --enable-warn-rwx-segments=yes.
264
- Add gprofng subpackage.
265
266
-------------------------------------------------------------------
267
Sat Aug 6 08:41:08 UTC 2022 - Martin Liška <mliska@suse.cz>
268
269
- Update to binutils 2.39:
270
* The ELF linker will now generate a warning message if the stack is made
271
executable. Similarly it will warn if the output binary contains a
272
segment with all three of the read, write and execute permission
273
bits set. These warnings are intended to help developers identify
274
programs which might be vulnerable to attack via these executable
275
memory regions.
276
The warnings are enabled by default but can be disabled via a command
277
line option. It is also possible to build a linker with the warnings
278
disabled, should that be necessary.
279
* The ELF linker now supports a --package-metadata option that allows
280
embedding a JSON payload in accordance to the Package Metadata
281
specification.
282
* In linker scripts it is now possible to use TYPE=<type> in an output
283
section description to set the section type value.
284
* The objdump program now supports coloured/colored syntax
285
highlighting of its disassembler output for some architectures.
286
(Currently: AVR, RiscV, s390, x86, x86_64).
287
* The nm program now supports a --no-weak/-W option to make it ignore
288
weak symbols.
289
* The readelf and objdump programs now support a -wE option to prevent
290
them from attempting to access debuginfod servers when following
291
links.
292
* The objcopy program's --weaken, --weaken-symbol, and
293
--weaken-symbols options now works with unique symbols as well.
294
- Rebase binutils-compat-old-behaviour.diff, binutils-revert-hlasm-insns.diff,
295
binutils-revert-plt32-in-branches.diff and remove binutils-2.38-branch.diff.gz.
296
- For now use --disable-gprofng.
297
- Includes fixes for these CVEs:
298
bnc#1142579 aka CVE-2019-1010204 aka PR23765
299
300
-------------------------------------------------------------------
301
Mon Jun 13 12:09:35 UTC 2022 - Michael Matz <matz@suse.com>
302
303
(Fake entry from SLE for tracking purposes:)
304
- For building shim 15.6~rc1 (and later versions) aarch64 image, objcopy
305
needs to support efi-app-aarch64 target. (bsc#1198458)
306
Adds binutils-add-efi-aarch64-1.diff,
307
binutils-add-efi-aarch64-2.diff, binutils-add-efi-aarch64-3.diff .
308
309
-------------------------------------------------------------------
310
Wed May 25 10:23:35 UTC 2022 - Martin Liška <mliska@suse.cz>
311
312
- Use https for variosu links.
313
314
-------------------------------------------------------------------
315
Wed May 25 08:56:09 UTC 2022 - Martin Liška <mliska@suse.cz>
316
317
- Update binutils-2.38-branch.diff.gz (to 93054037f1e304e)
318
in order to include PR29087.
319
320
-------------------------------------------------------------------
321
Mon May 9 10:18:29 UTC 2022 - Andreas Schwab <schwab@suse.de>
322
323
- Enable multitarget build on riscv64
324
- On SLE15 and later, use make -Oline to synchronize configure output by
325
lines
326
327
-------------------------------------------------------------------
328
Fri May 6 14:17:19 UTC 2022 - Michael Matz <matz@suse.com>
329
330
(Fake entry from SLE for tracking purposes:)
331
- Add binutils-fix-keepdebug.diff for fix bsc#1191908, a problem
332
in crash not accepting some of our .ko.debug files.
333
334
-------------------------------------------------------------------
335
Wed May 4 12:08:27 UTC 2022 - Martin Liška <mliska@suse.cz>
336
337
- Renumber Sources.
338
339
-------------------------------------------------------------------
340
Wed May 4 10:22:26 UTC 2022 - Martin Liška <mliska@suse.cz>
341
342
- Fix ExcludeArch for ppc.
343
344
-------------------------------------------------------------------
345
Wed May 4 07:10:59 UTC 2022 - Martin Liška <mliska@suse.cz>
346
347
- Make multibuild utilize only the main binutils.spec file.
348
- Remove not needed README.First-for.SUSE.packagers, pre_checkin.sh.
349
350
-------------------------------------------------------------------
351
Mon May 2 10:15:26 UTC 2022 - Martin Liška <mliska@suse.cz>
352
353
- Start using _multibuild for cross binutils.
354
355
-------------------------------------------------------------------
356
Mon Apr 25 16:25:47 UTC 2022 - Michael Matz <matz@suse.com>
357
358
- Add binutils-revert-rela.diff to revert back to old behaviour
359
of not ignoring the in-section content of to be relocated
360
fields on x86-64, even though that's a RELA architecture.
361
Compatibility with buggy object files generated by old tools.
362
[bsc#1198422]
363
(forward port from SLE)
364
365
-------------------------------------------------------------------
366
Mon Apr 11 13:49:19 UTC 2022 - Michael Matz <matz@suse.com>
367
368
- Update binutils-2.38-branch.diff.gz (to c210342d7f5) to include
369
recognition of 'z16' name for 'arch14' on s390. [bsc#1198237]
370
371
-------------------------------------------------------------------
372
Mon Apr 11 13:43:11 UTC 2022 - Michael Matz <matz@suse.com>
373
374
(Fake entry from SLE for tracking purposes:)
375
- Add binutils-add-z16-name.diff so that the now official name
376
z16 for arch14 is recognized. [bsc#1198237]
377
378
-------------------------------------------------------------------
379
Mon Mar 21 16:40:26 UTC 2022 - Marcus Meissner <meissner@suse.com>
380
381
- Add usage of a SUSE_ZNOW environment variable which allows switching
382
on "-z now" by default using "export SUSE_ZNOW=1", similar to
383
the SUSE_ASNEEDED variable. Adds binutils-znow.patch.
384
385
-------------------------------------------------------------------
386
Thu Mar 10 21:22:20 UTC 2022 - Wolfgang Bauer <wbauer@tmo.at>
387
388
- Update binutils-skip-rpaths.patch: add back fix for boo#1191473,
389
which got lost in the update to 2.38.
390
391
-------------------------------------------------------------------
392
Fri Mar 4 10:44:39 UTC 2022 - Martin Liška <mliska@suse.cz>
393
394
- Update binutils-2.38-branch.diff.gz in order to include PR28879.
395
396
-------------------------------------------------------------------
397
Tue Mar 1 12:41:27 UTC 2022 - Michael Matz <matz@suse.com>
398
399
- From Stefan Brüns <stefan.bruens@rwth-aachen.de>:
400
* Install symlinks for all target specific tools on
401
arm-eabi-none [bsc#1185712]
402
403
-------------------------------------------------------------------
404
Thu Feb 24 09:10:44 UTC 2022 - Martin Liška <mliska@suse.cz>
405
406
- Do not re-generate ld/ldlex.c, ld/ldgram.c, ld/ldgram.h and verify
407
that corresponding flex/bison files are not modified by a patch.
408
409
-------------------------------------------------------------------
410
Thu Feb 24 06:55:14 UTC 2022 - Martin Liška <mliska@suse.cz>
411
412
- Use verbose mode for make for cross compilers.
413
414
-------------------------------------------------------------------
415
Wed Feb 23 17:52:15 UTC 2022 - Michael Matz <matz@suse.com>
416
417
- Make it build on SLE-11 again.
418
419
-------------------------------------------------------------------
420
Tue Feb 22 09:13:15 UTC 2022 - Martin Liška <mliska@suse.cz>
421
422
- Use verbose mode for make.
423
424
-------------------------------------------------------------------
425
Sat Feb 12 19:13:31 UTC 2022 - Martin Liška <mliska@suse.cz>
426
427
- Update to binutils 2.38:
428
* elfedit: Add --output-abiversion option to update ABIVERSION.
429
* Add support for the LoongArch instruction set.
430
* Tools which display symbols or strings (readelf, strings, nm, objdump)
431
have a new command line option which controls how unicode characters are
432
handled. By default they are treated as normal for the tool. Using
433
--unicode=locale will display them according to the current locale.
434
Using --unicode=hex will display them as hex byte values, whilst
435
--unicode=escape will display them as escape sequences. In addition
436
using --unicode=highlight will display them as unicode escape sequences
437
highlighted in red (if supported by the output device).
438
* readelf -r dumps RELR relative relocations now.
439
* Support for efi-app-aarch64, efi-rtdrv-aarch64 and efi-bsdrv-aarch64 has been
440
added to objcopy in order to enable UEFI development using binutils.
441
* ar: Add --thin for creating thin archives. -T is a deprecated alias without
442
diagnostics. In many ar implementations -T has a different meaning, as
443
specified by X/Open System Interface.
444
* Add support for AArch64 system registers that were missing in previous
445
releases.
446
* Add support for the LoongArch instruction set.
447
* Add a command-line option, -muse-unaligned-vector-move, for x86 target
448
to encode aligned vector move as unaligned vector move.
449
* Add support for Cortex-R52+ for Arm.
450
* Add support for Cortex-A510, Cortex-A710, Cortex-X2 for AArch64.
451
* Add support for Cortex-A710 for Arm.
452
* Add support for Scalable Matrix Extension (SME) for AArch64.
453
* The --multibyte-handling=[allow|warn|warn-sym-only] option tells the
454
assembler what to when it encoutners multibyte characters in the input. The
455
default is to allow them. Setting the option to "warn" will generate a
456
warning message whenever any multibyte character is encountered. Using the
457
option to "warn-sym-only" will make the assembler generate a warning whenever a
458
symbol is defined containing multibyte characters. (References to undefined
459
symbols will not generate warnings).
460
* Outputs of .ds.x directive and .tfloat directive with hex input from
461
x86 assembler have been reduced from 12 bytes to 10 bytes to match the
462
output of .tfloat directive.
463
* Add support for 'armv8.8-a', 'armv9-a', 'armv9.1-a', 'armv9.2-a' and
464
'armv9.3-a' for -march in AArch64 GAS.
465
* Add support for 'armv8.7-a', 'armv8.8-a', 'armv9-a', 'armv9.1-a',
466
'armv9.2-a' and 'armv9.3-a' for -march in Arm GAS.
467
* Add support for Intel AVX512_FP16 instructions.
468
* Add -z pack-relative-relocs/-z no pack-relative-relocs to x86 ELF
469
linker to pack relative relocations in the DT_RELR section.
470
* Add support for the LoongArch architecture.
471
* Add -z indirect-extern-access/-z noindirect-extern-access to x86 ELF
472
linker to control canonical function pointers and copy relocation.
473
* Add --max-cache-size=SIZE to set the the maximum cache size to SIZE
474
bytes.
475
- Add binutils-2.38-branch.diff.gz.
476
- Removed deletion of man pages as they should be properly packages
477
in tarball.
478
- Rebased patches: aarch64-common-pagesize.patch, add-ulp-section.diff,
479
binutils-bfd_h.patch, binutils-revert-nm-symversion.diff,
480
binutils-revert-plt32-in-branches.diff, binutils-skip-rpaths.patch
481
and binutils-compat-old-behaviour.diff.
482
483
-------------------------------------------------------------------
484
Fri Feb 4 13:13:20 UTC 2022 - Matwey Kornilov <matwey.kornilov@gmail.com>
485
486
- Enable PRU architecture for AM335x CPU (Beagle Bone Black board)
487
488
-------------------------------------------------------------------
489
Thu Jan 27 20:36:30 UTC 2022 - Dirk Müller <dmueller@suse.com>
490
491
- use fdupes on datadir
492
- remove RPM_BUILD_ROOT usage and other cleanups
493
494
-------------------------------------------------------------------
495
Fri Nov 12 13:20:09 UTC 2021 - Martin Liška <mliska@suse.cz>
496
497
- Rebase binutils-2.37-branch.diff: fixes PR28494.
498
499
-------------------------------------------------------------------
500
Fri Nov 5 16:54:36 UTC 2021 - Michael Matz <matz@suse.com>
501
502
- Add binutils-revert-hlasm-insns.diff for compatibility on old
503
code stream that expect 'brcl 0,label' to not be disassembled
504
as 'jgnop label' on s390x. [bsc#1192267]
505
506
-------------------------------------------------------------------
507
Wed Nov 3 08:23:52 UTC 2021 - Martin Liška <mliska@suse.cz>
508
509
- Rebase binutils-2.37-branch.diff: fixes PR28523 aka boo#1188941.
510
511
-------------------------------------------------------------------
512
Tue Nov 2 15:57:53 UTC 2021 - Michael Matz <matz@suse.com>
513
514
- Fix empty man-pages from broken release tarball [PR28144].
515
516
-------------------------------------------------------------------
517
Mon Nov 1 09:34:38 UTC 2021 - Martin Liška <mliska@suse.cz>
518
519
- Update binutils-skip-rpaths.patch with contained a memory corruption
520
(boo#1191473).
521
522
-------------------------------------------------------------------
523
Fri Oct 8 14:11:44 UTC 2021 - Michael Matz <matz@suse.com>
524
525
- Configure with --disable-x86-used-note on old code streams.
526
- Disable libalternatives temporarily for build cycle reasons.
527
- make TARGET-bfd=headers again, we patch bfd-in.h
528
- This state submitted to SLE12 and SLE15 code streams for annual
529
toolchain update. [jsc#PM-2767, jsc#SLE-21561, jsc#SLE-19618]
530
- Bump binutils-2.37-branch.diff to 66d5c7003, to include fixes for
531
PR28422, PR28192, PR28391. Also adds some s390x arch14
532
instructions [jsc#SLE-18637].
533
534
-------------------------------------------------------------------
535
Fri Sep 10 23:16:12 CEST 2021 - Stefan Schubert schubi@suse.de
536
537
- Using libalternatives instead of update-alternatives.
538
539
-------------------------------------------------------------------
540
Wed Sep 8 15:09:58 UTC 2021 - Michael Matz <matz@suse.com>
541
542
- Adjust for testsuite fails on older products that configure
543
binutils in different ways, adds binutils-compat-old-behaviour.diff
544
and adjusts binutils-revert-nm-symversion.diff and
545
binutils-revert-plt32-in-branches.diff.
546
547
-------------------------------------------------------------------
548
Tue Aug 3 13:36:19 UTC 2021 - Martin Liška <mliska@suse.cz>
549
550
- Bump binutils-2.37-branch.diff: fixes PR28138.
551
552
-------------------------------------------------------------------
553
Thu Jul 22 17:36:14 UTC 2021 - Martin Liška <mliska@suse.cz>
554
555
- Use LTO & PGO build.
556
557
-------------------------------------------------------------------
558
Thu Jul 22 15:01:27 UTC 2021 - Martin Liška <mliska@suse.cz>
559
560
- Update to binutils 2.37:
561
* The GNU Binutils sources now requires a C99 compiler and library to
562
build.
563
* Support for the arm-symbianelf format has been removed.
564
* Support for Realm Management Extension (RME) for AArch64 has been
565
added.
566
* A new linker option '-z report-relative-reloc' for x86 ELF targets
567
has been added to report dynamic relative relocations.
568
* A new linker option '-z start-stop-gc' has been added to disable
569
special treatment of __start_*/__stop_* references when
570
--gc-sections.
571
* A new linker options '-Bno-symbolic' has been added which will
572
cancel the '-Bsymbolic' and '-Bsymbolic-functions' options.
573
* The readelf tool has a new command line option which can be used to
574
specify how the numeric values of symbols are reported.
575
--sym-base=0|8|10|16 tells readelf to display the values in base 8,
576
base 10 or base 16. A sym base of 0 represents the default action
577
of displaying values under 10000 in base 10 and values above that in
578
base 16.
579
* A new format has been added to the nm program. Specifying
580
'--format=just-symbols' (or just using -j) will tell the program to
581
only display symbol names and nothing else.
582
* A new command line option '--keep-section-symbols' has been added to
583
objcopy and strip. This stops the removal of unused section symbols
584
when the file is copied. Removing these symbols saves space, but
585
sometimes they are needed by other tools.
586
* The '--weaken', '--weaken-symbol' and '--weaken-symbols' options
587
supported by objcopy now make undefined symbols weak on targets that
588
support weak symbols.
589
* Readelf and objdump can now display and use the contents of .debug_sup
590
sections.
591
* Readelf and objdump will now follow links to separate debug info
592
files by default. This behaviour can be stopped via the use of the
593
new '-wN' or '--debug-dump=no-follow-links' options for readelf and
594
the '-WN' or '--dwarf=no-follow-links' options for objdump. Also
595
the old behaviour can be restored by the use of the
596
'--enable-follow-debug-links=no' configure time option.
597
598
The semantics of the =follow-links option have also been slightly
599
changed. When enabled, the option allows for the loading of symbol
600
tables and string tables from the separate files which can be used
601
to enhance the information displayed when dumping other sections,
602
but it does not automatically imply that information from the
603
separate files should be displayed.
604
605
If other debug section display options are also enabled (eg
606
'--debug-dump=info') then the contents of matching sections in both
607
the main file and the separate debuginfo file *will* be displayed.
608
This is because in most cases the debug section will only be present
609
in one of the files.
610
611
If however non-debug section display options are enabled (eg
612
'--sections') then the contents of matching parts of the separate
613
debuginfo file will *not* be displayed. This is because in most
614
cases the user probably only wanted to load the symbol information
615
from the separate debuginfo file. In order to change this behaviour
616
a new command line option --process-links can be used. This will
617
allow di0pslay options to applied to both the main file and any
618
separate debuginfo files.
619
* Nm has a new command line option: '--quiet'. This suppresses "no
620
symbols" diagnostic.
621
- Includes fixes for these CVEs:
622
bnc#1181452 aka CVE-2021-20197 aka PR26945
623
bnc#1183511 aka CVE-2021-20284 aka PR26931
624
bnc#1184519 aka CVE-2021-20294 aka PR26929
625
bnc#1184620 aka CVE-2021-3487 aka PR26946
626
bnc#1184794 aka CVE-2020-35448 aka PR26574
627
- Also fixes:
628
bsc#1183909 - slow performance of stripping some binaries
629
- Rebased patches: binutils-build-as-needed.diff, binutils-fix-abierrormsg.diff,
630
binutils-fix-invalid-op-errata.diff, binutils-fix-relax.diff,
631
binutils-revert-nm-symversion.diff, binutils-revert-plt32-in-branches.diff
632
- Removed patches (are in upstream): ppc-ensure-undef-dynamic-weak-undefined.patch and
633
ppc-use-local-plt.patch.
634
- Add binutils-2.37-branch.diff.gz.
635
636
-------------------------------------------------------------------
637
Fri May 7 15:34:22 UTC 2021 - Andreas Schwab <schwab@suse.de>
638
639
- ppc-ensure-undef-dynamic-weak-undefined.patch: PPC: ensure_undef_dynamic
640
on weak undef only in plt
641
- ppc-use-local-plt.patch: PowerPC use_local_plt (prerequisite for above
642
patch)
643
644
-------------------------------------------------------------------
645
Fri Mar 26 10:06:58 UTC 2021 - Martin Liška <mliska@suse.cz>
646
647
- Update 2.36 branch diff which fixes PR27587.
648
649
-------------------------------------------------------------------
650
Wed Mar 3 12:53:27 UTC 2021 - Martin Liška <mliska@suse.cz>
651
652
- Do not run make TARGET-bfd=headers separately.
653
654
-------------------------------------------------------------------
655
Mon Mar 1 09:01:59 UTC 2021 - Martin Liška <mliska@suse.cz>
656
657
- Bump 2.36 branch diff (includes fix for PR27441 aka bsc#1182252).
658
659
-------------------------------------------------------------------
660
Thu Feb 4 08:40:53 UTC 2021 - Martin Liška <mliska@suse.cz>
661
662
- Bump 2.36 branch diff.
663
664
-------------------------------------------------------------------
665
Wed Feb 3 08:39:37 UTC 2021 - Martin Liška <mliska@suse.cz>
666
667
- Update 2.36 branch diff which should fix PR27311 completely.
668
It fixes also PR27284.
669
- Remove temporary fix 0001-PR27311-ld.bfd-symbol-from-plugin-undefined-referenc.patch.
670
671
-------------------------------------------------------------------
672
Tue Feb 2 13:07:22 UTC 2021 - Martin Liška <mliska@suse.cz>
673
674
- Add temporary upstream fix for PR27311
675
0001-PR27311-ld.bfd-symbol-from-plugin-undefined-referenc.patch.
676
677
-------------------------------------------------------------------
678
Sun Jan 24 16:56:39 UTC 2021 - Martin Liška <mliska@suse.cz>
679
680
- Update to binutils 2.36:
681
New features in the Assembler:
682
General:
683
* When setting the link order attribute of ELF sections, it is now
684
possible to use a numeric section index instead of symbol name.
685
* Added a .nop directive to generate a single no-op instruction in
686
a target neutral manner. This instruction does have an effect on
687
DWARF line number generation, if that is active.
688
* Removed --reduce-memory-overheads and --hash-size as gas now
689
uses hash tables that can be expand and shrink automatically.
690
X86/x86_64:
691
* Add support for AVX VNNI, HRESET, UINTR, TDX, AMX and Key
692
Locker instructions.
693
* Support non-absolute segment values for lcall and ljmp.
694
* Add {disp16} pseudo prefix to x86 assembler.
695
* Configure with --enable-x86-used-note by default for Linux/x86.
696
ARM/AArch64:
697
* Add support for Cortex-A78, Cortex-A78AE and Cortex-X1,
698
Cortex-R82, Neoverse V1, and Neoverse N2 cores.
699
* Add support for ETMv4 (Embedded Trace Macrocell), ETE (Embedded
700
Trace Extension), TRBE (Trace Buffer Extension), CSRE (Call
701
Stack Recorder Extension) and BRBE (Branch Record Buffer
702
Extension) system registers.
703
* Add support for Armv8-R and Armv8.7-A ISA extensions.
704
* Add support for DSB memory nXS barrier, WFET and WFIT
705
instruction for Armv8.7.
706
* Add support for +csre feature for -march. Add CSR PDEC
707
instruction for CSRE feature in AArch64.
708
* Add support for +flagm feature for -march in Armv8.4 AArch64.
709
* Add support for +ls64 feature for -march in Armv8.7
710
AArch64. Add atomic 64-byte load/store instructions for this
711
feature.
712
* Add support for +pauth (Pointer Authentication) feature for
713
-march in AArch64.
714
New features in the Linker:
715
* Add --error-handling-script=<NAME> command line option to allow
716
a helper script to be invoked when an undefined symbol or a
717
missing library is encountered. This option can be suppressed
718
via the configure time switch: --enable-error-handling-script=no.
719
* Add -z x86-64-{baseline|v[234]} to the x86 ELF linker to mark
720
x86-64-{baseline|v[234]} ISA level as needed.
721
* Add -z unique-symbol to avoid duplicated local symbol names.
722
* The creation of PE format DLLs now defaults to using a more
723
secure set of DLL characteristics.
724
* The linker now deduplicates the types in .ctf sections. The new
725
command-line option --ctf-share-types describes how to do this:
726
its default value, share-unconflicted, produces the most compact
727
output.
728
* The linker now omits the "variable section" from .ctf sections
729
by default, saving space. This is almost certainly what you
730
want unless you are working on a project that has its own
731
analogue of symbol tables that are not reflected in the ELF
732
symtabs.
733
New features in other binary tools:
734
* The ar tool's previously unused l modifier is now used for
735
specifying dependencies of a static library. The arguments of
736
this option (or --record-libdeps long form option) will be
737
stored verbatim in the __.LIBDEP member of the archive, which
738
the linker may read at link time.
739
* Readelf can now display the contents of LTO symbol table
740
sections when asked to do so via the --lto-syms command line
741
option.
742
* Readelf now accepts the -C command line option to enable the
743
demangling of symbol names. In addition the --demangle=<style>,
744
--no-demangle, --recurse-limit and --no-recurse-limit options
745
are also now availale.
746
- Includes fixes for these CVEs:
747
bnc#1179898 aka CVE-2020-16590 aka PR25821
748
bnc#1179899 aka CVE-2020-16591 aka PR25822
749
bnc#1179900 aka CVE-2020-16592 aka PR25823
750
bnc#1179901 aka CVE-2020-16593 aka PR25827
751
bnc#1179902 aka CVE-2020-16598 aka PR25840
752
bnc#1179903 aka CVE-2020-16599 aka PR25842
753
bnc#1180451 aka CVE-2020-35493 aka PR25307
754
bnc#1180454 aka CVE-2020-35496 aka PR25308
755
bnc#1180461 aka CVE-2020-35507 aka PR25308
756
- Rebase the following patches:
757
* binutils-fix-relax.diff
758
* binutils-revert-nm-symversion.diff
759
* binutils-revert-plt32-in-branches.diff
760
- Add missing dependency on bc (ld.gold testsuite uses it).
761
- Use --enable-obsolete for cross builds as ia64 is deprecated now.
762
- Add binutils-2.36-branch.diff.gz.
763
764
-------------------------------------------------------------------
765
Fri Dec 4 14:52:54 UTC 2020 - Michael Matz <matz@suse.com>
766
767
- Add binutils-fix-relax.diff to fix linking relaxation problems
768
with old object files hitting some enterprise software. [bsc#1179341]
769
770
-------------------------------------------------------------------
771
Mon Nov 23 13:58:56 UTC 2020 - Michael Matz <matz@suse.com>
772
773
- Update binutils-2.35-branch.diff.gz to commit 1c5243df:
774
* Fixes PR26520, aka [bsc#1179036], a problem in addr2line with
775
certain DWARF variable descriptions.
776
* Also fixes PR26711, PR26656, PR26655, PR26929, PR26808, PR25878,
777
PR26740, PR26778, PR26763, PR26685, PR26699, PR26902, PR26869,
778
PR26711
779
* The above includes fixes for dwo files produced by modern dwp,
780
fixing several problems in the DWARF reader.
781
782
-------------------------------------------------------------------
783
Mon Oct 12 11:51:06 UTC 2020 - Stefan Brüns <stefan.bruens@rwth-aachen.de>
784
785
- Reapply spec file cleanup from format_spec_file
786
- Remove a SLE10 version check
787
788
-------------------------------------------------------------------
789
Mon Sep 21 07:55:30 UTC 2020 - Martin Liška <mliska@suse.cz>
790
791
- Update to 2.35.1 and rebased branch diff:
792
* This is a point release over the previous 2.35 version, containing bug
793
fixes, and as an exception to the usual rule, one new feature. The
794
new feature is the support for a new directive in the assembler:
795
".nop". This directive creates a single no-op instruction in whatever
796
encoding is correct for the target architecture. Unlike the .space or
797
.fill this is a real instruction, and it does affect the generation of
798
DWARF line number tables, should they be enabled.
799
800
-------------------------------------------------------------------
801
Tue Sep 15 12:14:55 UTC 2020 - matz@suse.com
802
803
- Update binutils-2.35-branch.diff.gz to commit 23f268a0:
804
* Add xBPF target
805
* Fix various problems with DWARF 5 support in gas
806
- Toolchain module update for SLE15 [jsc#ECO-2373]
807
- Includes changes that were SLE-only in binutils-add-z15-name.diff
808
for [bsc#1160590, jsc#SLE-7903 aka jsc#SLE-7464]
809
- Amend binutils-revert-plt32-in-branches.diff to adjust also new
810
testcases.
811
812
-------------------------------------------------------------------
813
Sat Aug 15 08:42:59 UTC 2020 - Martin Liška <mliska@suse.cz>
814
815
- Add binutils-2.35-branch.diff.gz: it includes fix for
816
nm -B for objects compiled with -flto and -fcommon.
817
818
-------------------------------------------------------------------
819
Fri Aug 7 14:46:35 UTC 2020 - matz@suse.com
820
821
- Add binutils-revert-nm-symversion.diff to be compatible with old
822
output of nm relied on in scripts.
823
- Add binutils-fix-abierrormsg.diff to work around an eager (new)
824
error message occuring without inputs and as-needed (affects
825
nvme-cli build).
826
827
-------------------------------------------------------------------
828
Fri Jul 24 14:25:31 UTC 2020 - Martin Liška <mliska@suse.cz>
829
830
- Update to binutils 2.35:
831
* The asseembler can now produce DWARF-5 format line number tables.
832
* Readelf now has a "lint" mode to enable extra checks of the files it is processing.
833
* Readelf will now display "[...]" when it has to truncate a symbol name.
834
The old behaviour - of displaying as many characters as possible, up to
835
the 80 column limit - can be restored by the use of the --silent-truncation
836
option.
837
* The linker can now produce a dependency file listing the inputs that it
838
has processed, much like the -M -MP option supported by the compiler.
839
840
- Regenerate add-ulp-section.diff with -p1 due to a fuzzing issue.
841
- Remove binutils-2.34-branch.diff.gz.
842
- Regenerate binutils-build-as-needed.diff due to a fuzzing issue.
843
- Regenerate binutils-fix-invalid-op-errata.diff as one hunk was upstreamed.
844
- Remove upstreamed patch binutils-pr25593.diff.
845
- Regenerate unit-at-a-time.patch due to a fuzzing issue.
846
- Regenerate binutils-revert-plt32-in-branches.diff.
847
848
-------------------------------------------------------------------
849
Wed Mar 25 14:12:50 UTC 2020 - Martin Liška <mliska@suse.cz>
850
851
- Update binutils-2.34-branch.diff.gz.
852
853
-------------------------------------------------------------------
854
Fri Feb 28 16:20:14 UTC 2020 - Martin Liška <mliska@suse.cz>
855
856
- Remove fix-try_load_plugin.patch as it is part
857
of the updated binutils-2.34-branch.diff.gz patch.
858
859
-------------------------------------------------------------------
860
Wed Feb 26 08:13:33 UTC 2020 - Richard Biener <rguenther@suse.com>
861
862
- Add binutils-pr25593.diff to fix DT_NEEDED order with -flto
863
[bsc#1163744]
864
865
-------------------------------------------------------------------
866
Tue Feb 18 16:12:52 UTC 2020 - Martin Liška <mliska@suse.cz>
867
868
- Update fix-try_load_plugin.patch to latest version.
869
870
-------------------------------------------------------------------
871
Tue Feb 18 12:48:26 UTC 2020 - Martin Liška <mliska@suse.cz>
872
873
- Add fix-try_load_plugin.patch in order to fix fallback caused
874
by backport for PR25355.
875
876
-------------------------------------------------------------------
877
Sat Feb 1 17:46:57 UTC 2020 - Martin Liška <mliska@suse.cz>
878
879
- Update to binutils 2.34:
880
* The disassembler (objdump --disassemble) now has an option to
881
generate ascii art thats show the arcs between that start and end
882
points of control flow instructions.
883
884
* The binutils tools now have support for debuginfod. Debuginfod is a
885
HTTP service for distributing ELF/DWARF debugging information as
886
well as source code. The tools can now connect to debuginfod
887
servers in order to download debug information about the files that
888
they are processing.
889
890
* The assembler and linker now support the generation of ELF format
891
files for the Z80 architecture.
892
- Rename and get binutils-2.34-branch.diff.gz (boo#1160254).
893
- Rebase add-ulp-section.diff, binutils-revert-plt32-in-branches.diff,
894
cross-avr-size.patch and binutils-skip-rpaths.patch.
895
- Add new subpackages for libctf and libctf-nobfd.
896
- Disable LTO due to boo#1163333.
897
- Includes fixes for these CVEs:
898
bnc#1153768 aka CVE-2019-17451 aka PR25070
899
bnc#1153770 aka CVE-2019-17450 aka PR25078
900
901
-------------------------------------------------------------------
902
Tue Jan 7 12:42:34 UTC 2020 - Andreas Schwab <schwab@suse.de>
903
904
- Disable LTO during testsuite run
905
906
-------------------------------------------------------------------
907
Wed Nov 20 16:22:51 UTC 2019 - matz@suse.com
908
909
- Add binutils-fix-invalid-op-errata.diff to fix various
910
build fails on aarch64 (PR25210, bsc#1157755).
911
912
-------------------------------------------------------------------
913
Mon Nov 18 17:06:15 UTC 2019 - matz@suse.com
914
915
- Add add-ulp-section.diff for user space live patching.
916
917
-------------------------------------------------------------------
918
Tue Oct 22 13:45:51 UTC 2019 - Martin Liška <mliska@suse.cz>
919
920
- Update to binutils 2.33.1:
921
* Adds support for the Arm Scalable Vector Extension version 2
922
(SVE2) instructions, the Arm Transactional Memory Extension (TME)
923
instructions and the Armv8.1-M Mainline and M-profile Vector
924
Extension (MVE) instructions.
925
* Adds support for the Arm Cortex-A76AE, Cortex-A77 and Cortex-M35P
926
processors and the AArch64 Cortex-A34, Cortex-A65, Cortex-A65AE,
927
Cortex-A76AE, and Cortex-A77 processors.
928
* Adds a .float16 directive for both Arm and AArch64 to allow
929
encoding of 16-bit floating point literals.
930
* For MIPS, Add -m[no-]fix-loongson3-llsc option to fix (or not)
931
Loongson3 LLSC Errata. Add a --enable-mips-fix-loongson3-llsc=[yes|no]
932
configure time option to set the default behavior. Set the default
933
if the configure option is not used to "no".
934
* The Cortex-A53 Erratum 843419 workaround now supports a choice of
935
which workaround to use. The option --fix-cortex-a53-843419 now
936
takes an optional argument --fix-cortex-a53-843419[=full|adr|adrp]
937
which can be used to force a particular workaround to be used.
938
See --help for AArch64 for more details.
939
* Add support for GNU_PROPERTY_AARCH64_FEATURE_1_BTI and
940
GNU_PROPERTY_AARCH64_FEATURE_1_PAC in ELF GNU program properties
941
in the AArch64 ELF linker.
942
* Add -z force-bti for AArch64 to enable GNU_PROPERTY_AARCH64_FEATURE_1_BTI
943
on output while warning about missing GNU_PROPERTY_AARCH64_FEATURE_1_BTI
944
on inputs and use PLTs protected with BTI.
945
* Add -z pac-plt for AArch64 to pick PAC enabled PLTs.
946
* Add --source-comment[=<txt>] option to objdump which if present,
947
provides a prefix to source code lines displayed in a disassembly.
948
* Add --set-section-alignment <section-name>=<power-of-2-align>
949
option to objcopy to allow the changing of section alignments.
950
* Add --verilog-data-width option to objcopy for verilog targets to
951
control width of data elements in verilog hex format.
952
* The separate debug info file options of readelf (--debug-dump=links
953
and --debug-dump=follow) and objdump (--dwarf=links and
954
--dwarf=follow-links) will now display and/or follow multiple
955
links if more than one are present in a file. (This usually
956
happens when gcc's -gsplit-dwarf option is used).
957
In addition objdump's --dwarf=follow-links now also affects its
958
other display options, so that for example, when combined with
959
--syms it will cause the symbol tables in any linked debug info
960
files to also be displayed. In addition when combined with
961
--disassemble the --dwarf= follow-links option will ensure that
962
any symbol tables in the linked files are read and used when
963
disassembling code in the main file.
964
* Add support for dumping types encoded in the Compact Type Format
965
to objdump and readelf.
966
- Includes fixes for these CVEs:
967
bnc#1126826 aka CVE-2019-9077 aka PR1126826
968
bnc#1126829 aka CVE-2019-9075 aka PR1126829
969
bnc#1126831 aka CVE-2019-9074 aka PR24235
970
bnc#1140126 aka CVE-2019-12972 aka PR23405
971
bnc#1143609 aka CVE-2019-14444 aka PR24829
972
bnc#1142649 aka CVE-2019-14250 aka PR90924
973
- Remove patches that are now included in the release:
974
binutils-2.32-branch.diff.gz, binutils-fix-ld-segv.diff,
975
binutils-pr24486.patch, riscv-abi-check.patch,
976
rx-gas-padding-pr24464.patch.
977
- Add binutils-2.33-branch.diff.gz patch.
978
- Rebase binutils-revert-plt32-in-branches.diff and
979
cross-avr-size.patch patch.
980
981
-------------------------------------------------------------------
982
Tue Oct 15 14:05:57 UTC 2019 - matz@suse.com
983
984
- Add binutils-fix-ld-segv.diff to fix a segfault in ld
985
when building some versions of pacemaker. [bsc#1154025,
986
bsc#1154016]
987
988
-------------------------------------------------------------------
989
Wed Oct 2 12:20:41 UTC 2019 - matz@suse.com
990
991
- Add avr, epiphany and rx to target_list so that the common
992
binutils can handle all objects we can create with crosses.
993
[bsc#1152590]
994
995
-------------------------------------------------------------------
996
Mon Sep 9 17:19:56 UTC 2019 - matz@suse.com
997
998
- Update to current 2.32 branch @7b468db3 adding
999
binutils-2.32-branch.diff.gz [jsc#ECO-368].
1000
- Includes fixes for these CVEs:
1001
bsc#1109412 aka CVE-2018-17358 aka PR23686
1002
bsc#1109413 aka CVE-2018-17359 aka PR23686
1003
bsc#1109414 aka CVE-2018-17360 aka PR23685
1004
bsc#1111996 aka CVE-2018-18309 aka PR23770
1005
bsc#1112534 aka CVE-2018-18484 aka GCC PR87636
1006
bsc#1112535 aka CVE-2018-18483 aka PR23767
1007
bsc#1113247 aka CVE-2018-18607 aka PR23805
1008
bsc#1113252 aka CVE-2018-18606 aka PR23806
1009
bsc#1113255 aka CVE-2018-18605 aka PR23804
1010
bsc#1116827 aka CVE-2018-17985 aka GCC PR87335
1011
bsc#1118830 aka CVE-2018-19932 aka PR23932
1012
bsc#1118831 aka CVE-2018-19931 aka PR23942
1013
bsc#1120640 aka CVE-2018-1000876 aka PR23994
1014
bsc#1121034 aka CVE-2018-20651 aka PR24041
1015
bsc#1121035 aka CVE-2018-20623 aka PR24049
1016
bsc#1121056 aka CVE-2018-20671 aka PR24005
1017
bsc#1142772 aka CVE-2019-1010180 aka PR23657
1018
- Refresh s390-biarch.diff and
1019
binutils-revert-plt32-in-branches.diff .
1020
- For the SLE12 package this also removes patches
1021
binutils-z13-1.diff, binutils-z13-2.diff,
1022
binutils-z13-3.diff, binutils-z13-4.diff and binutils-z13-5.diff .
1023
1024
-------------------------------------------------------------------
1025
Sat Aug 31 14:50:57 UTC 2019 - Dirk Mueller <dmueller@suse.com>
1026
1027
- enable xtensa architecture (Tensilica lc6 and related)
1028
- Fix SUSE typo in README package name
1029
1030
-------------------------------------------------------------------
1031
Mon Jul 22 10:41:14 UTC 2019 - Martin Liška <mliska@suse.cz>
1032
1033
- Use -ffat-lto-objects in order to provide assembly for static libs
1034
(boo#1141913).
1035
1036
-------------------------------------------------------------------
1037
Mon Jun 3 14:20:07 UTC 2019 - matz@suse.com
1038
1039
Fake entry for SLE12 package variant only:
1040
- Add support for new z13 instructions. [fate#327074, jsc#SLE-6206,
1041
bsc#1137271]
1042
Adds patches binutils-z13-1.diff, binutils-z13-2.diff,
1043
binutils-z13-3.diff, binutils-z13-4.diff and binutils-z13-5.diff .
1044
1045
-------------------------------------------------------------------
1046
Mon Apr 29 11:10:11 UTC 2019 - Martin Liška <mliska@suse.cz>
1047
1048
- Add binutils-pr24486.patch: fix for PR24486 (boo#1133131 boo#1133232).
1049
1050
-------------------------------------------------------------------
1051
Tue Apr 23 07:46:10 UTC 2019 - Martin Liška <mliska@suse.cz>
1052
1053
- Add rx-gas-padding-pr24464.patch: fix for PR24464.
1054
1055
-------------------------------------------------------------------
1056
Wed Apr 3 14:00:22 UTC 2019 - Andreas Schwab <schwab@suse.de>
1057
1058
- riscv-abi-check.patch: Don't check ABI flags if no code section
1059
1060
-------------------------------------------------------------------
1061
Tue Feb 19 10:47:00 UTC 2019 - Martin Liška <mliska@suse.cz>
1062
1063
- Add binutils.keyring and verify signature.
1064
1065
-------------------------------------------------------------------
1066
Tue Feb 5 09:17:34 UTC 2019 - Martin Liška <mliska@suse.cz>
1067
1068
- Add disk and RAM (for ppc, ppc64 and ppc64le) constraint with _constraints.
1069
1070
-------------------------------------------------------------------
1071
Mon Feb 4 14:04:40 UTC 2019 - Martin Liška <mliska@suse.cz>
1072
1073
- Update to binutils 2.32:
1074
* The binutils now support for the C-SKY processor series.
1075
* The x86 assembler now supports a -mvexwig=[0|1] option to control
1076
encoding of VEX.W-ignored (WIG) VEX instructions.
1077
It also has a new -mx86-used-note=[yes|no] option to generate (or
1078
not) x86 GNU property notes.
1079
* The MIPS assembler now supports the Loongson EXTensions R2 (EXT2),
1080
the Loongson EXTensions (EXT) instructions, the Loongson Content
1081
Address Memory (CAM) ASE and the Loongson MultiMedia extensions
1082
Instructions (MMI) ASE.
1083
* The addr2line, c++filt, nm and objdump tools now have a default
1084
limit on the maximum amount of recursion that is allowed whilst
1085
demangling strings. This limit can be disabled if necessary.
1086
* Objdump's --disassemble option can now take a parameter,
1087
specifying the starting symbol for disassembly. Disassembly will
1088
continue from this symbol up to the next symbol or the end of the
1089
function.
1090
* The BFD linker will now report property change in linker map file
1091
when merging GNU properties.
1092
* The BFD linker's -t option now doesn't report members within
1093
archives, unless -t is given twice. This makes it more useful
1094
when generating a list of files that should be packaged for a
1095
linker bug report.
1096
* The GOLD linker has improved warning messages for relocations that
1097
refer to discarded sections.
1098
- Remove binutils-2.31-branch.diff.gz, fix-pr23919-1.diff,
1099
fix-pr23919-2.diff, fix-pr23919-3.diff,
1100
gold-depend-on-opcodes.diff and s390-relro.diff.
1101
- Refresh binutils-skip-rpaths.patch, s390-biarch.diff, cross-avr-size.patch
1102
and binutils-revert-plt32-in-branches.diff.
1103
1104
-------------------------------------------------------------------
1105
Thu Jan 24 14:10:56 UTC 2019 - matz@suse.com
1106
1107
- Add s390-relro.diff to improve relro support on s390
1108
[fate#326356]
1109
1110
-------------------------------------------------------------------
1111
Thu Dec 6 13:53:51 UTC 2018 - matz@suse.com
1112
1113
- Fix the fix for PR23919 [bsc#1118644]:
1114
rename handle-ELF-compressed-header-alignment-correctly-by-.patch
1115
to fix-pr23919-1.diff and add fix-pr23919-2.diff
1116
and fix-pr23919-3.diff .
1117
1118
-------------------------------------------------------------------
1119
Tue Nov 27 12:43:42 UTC 2018 - Martin Liška <mliska@suse.cz>
1120
1121
- Add handle-ELF-compressed-header-alignment-correctly-by-.patch:
1122
PR23919.
1123
1124
-------------------------------------------------------------------
1125
Tue Aug 28 14:07:15 UTC 2018 - matz@suse.com
1126
1127
- Update to binutils-2_31-branch @e51abf7e3, minor bugfixes in
1128
the support for the X86_ISA_1_* notes. Adds
1129
patch binutils-2.31-branch.diff.gz .
1130
- Add binutils-revert-plt32-in-branches.diff on anything older
1131
than Tumbleweed to not break old tools not expecting
1132
PLT32 instead of PC32 relocs on x86_64.
1133
- Includes fixes for these CVEs:
1134
* from 2.30:
1135
bnc#1065643 aka CVE-2017-15996 aka PR22361
1136
bnc#1065689 aka CVE-2017-15939 aka PR22205
1137
bnc#1065693 aka CVE-2017-15938 aka PR22209
1138
bnc#1068640 aka CVE-2017-16826 aka PR22376
1139
bnc#1068643 aka CVE-2017-16832 aka PR22373
1140
bnc#1068887 aka CVE-2017-16831 aka PR22385
1141
bnc#1068888 aka CVE-2017-16830 aka PR22384
1142
bnc#1068950 aka CVE-2017-16829 aka PR22307
1143
bnc#1069176 aka CVE-2017-16828 aka PR22386
1144
bnc#1069202 aka CVE-2017-16827 aka PR22306
1145
* from 2.31:
1146
bnc#1077745 aka CVE-2018-6323 aka PR22746
1147
bnc#1079103 aka CVE-2018-6543 aka PR22769
1148
bnc#1079741 aka CVE-2018-6759 aka PR22794
1149
bnc#1080556 aka CVE-2018-6872 aka PR22788
1150
bnc#1081527 aka CVE-2018-7208 aka PR22741
1151
bnc#1083528 aka CVE-2018-7570 aka PR22881
1152
bnc#1083532 aka CVE-2018-7569 aka PR22895
1153
bnc#1086608 aka CVE-2018-8945 aka PR22809
1154
bnc#1086784 aka CVE-2018-7643 aka PR22905
1155
bnc#1086786 aka CVE-2018-7642 aka PR22887
1156
bnc#1086788 aka CVE-2018-7568 aka PR22894
1157
bnc#1090997 aka CVE-2018-10373 aka PR23065
1158
bnc#1091015 aka CVE-2018-10372 aka PR23064
1159
bnc#1091365 aka CVE-2018-10535 aka PR23113
1160
bnc#1091368 aka CVE-2018-10534 aka PR23110
1161
- Removes binutils-fix-pr21964.diff as it's included in 2.31.
1162
Rebase testsuite.diff and aarch64-common-pagesize.patch .
1163
1164
-------------------------------------------------------------------
1165
Tue Jul 31 11:45:27 UTC 2018 - rguenther@suse.com
1166
1167
- Disable -z separate-code everywhere but in Tumbleweed.
1168
1169
-------------------------------------------------------------------
1170
Mon Jul 16 07:55:51 UTC 2018 - rguenther@suse.com
1171
1172
- Update to binutils 2.31
1173
* The AArch64 port now supports showing disassembly notes which are emitted
1174
when inconsistencies are found with the instruction that may result in the
1175
instruction being invalid. These can be turned on with the option -M notes
1176
to objdump.
1177
* The AArch64 port now emits warnings when a combination of an instruction and
1178
a named register could be invalid.
1179
* Added O modifier to ar to display member offsets inside an archive
1180
* The ADR and ADRL pseudo-instructions supported by the ARM assembler
1181
now only set the bottom bit of the address of thumb function symbols
1182
if the -mthumb-interwork command line option is active.
1183
* Add --generate-missing-build-notes=[yes|no] option to create (or not) GNU
1184
Build Attribute notes if none are present in the input sources. Add a
1185
--enable-generate-build-notes=[yes|no] configure time option to set the
1186
default behaviour. Set the default if the configure option is not used
1187
to "no".
1188
* Remove -mold-gcc command-line option for x86 targets.
1189
* Add -O[2|s] command-line options to x86 assembler to enable alternate
1190
shorter instruction encoding.
1191
* Add support for .nops directive. It is currently supported only for
1192
x86 targets.
1193
* Speed up direct linking with DLLs for Cygwin and Mingw targets.
1194
* Add a configure option --enable-separate-code to decide whether
1195
-z separate-code should be enabled in ELF linker by default. Default
1196
to yes for Linux/x86 targets. Note that -z separate-code can increase
1197
disk and memory size.
1198
* Includes riscv-relax-size.patch, riscv-relax-relocatable.patch,
1199
riscv-relax-versioned-hidden.patch and riscv-wrap-relax.patch
1200
- Refresh enable-targets-gold.diff.
1201
- Adjust cross-avr-omit_section_dynsym.patch.
1202
- Remove binutils-2.30-branch.diff.
1203
1204
-------------------------------------------------------------------
1205
Mon Jun 4 09:49:37 UTC 2018 - schwab@suse.de
1206
1207
- riscv-relax-versioned-hidden.patch: RISC-V: Fix symbol address problem
1208
with versioned symbols (PR ld/22756)
1209
1210
-------------------------------------------------------------------
1211
Sat May 12 20:57:32 UTC 2018 - afaerber@suse.de
1212
1213
- Restore riscv64-elf cross prefix via symlinks
1214
1215
-------------------------------------------------------------------
1216
Tue Apr 3 14:56:44 UTC 2018 - matz@suse.com
1217
1218
- Fix pacemaker libqb problem with section start/stop
1219
symbols, aka PR21964. [bnc#1075418]
1220
Adds binutils-fix-pr21964.diff .
1221
(this is a change from SLE12, that was already included in 2.31
1222
binutils tree, mentioned for completeness to not loose tracking)
1223
1224
-------------------------------------------------------------------
1225
Thu Mar 22 17:11:45 UTC 2018 - schwab@suse.de
1226
1227
- riscv-relax-relocatable.patch: RISC-V: Don't enable relaxation in
1228
relocatable link
1229
1230
-------------------------------------------------------------------
1231
Tue Mar 20 11:26:23 UTC 2018 - rguenther@suse.com
1232
1233
- Update binutils-2.30-branch.diff: 2.30 branch @7c78c26eefbb8
1234
* Includes more complete fix for PR20882.
1235
* Includes fix for PR22836. [boo#1085784]
1236
* Includes fix for PR22983.
1237
1238
-------------------------------------------------------------------
1239
Thu Mar 8 11:33:31 UTC 2018 - schwab@suse.de
1240
1241
- riscv-relax-size.patch: Fix symbol size bug when relaxation deletes bytes
1242
1243
-------------------------------------------------------------------
1244
Tue Mar 6 16:01:24 UTC 2018 - matz@suse.com
1245
1246
- Add binutils-pr22868.diff to fix testsuite fails in LLVM.
1247
1248
-------------------------------------------------------------------
1249
Mon Feb 26 11:03:07 UTC 2018 - schwab@suse.de
1250
1251
- Update to binutils 2.30
1252
* Add --debug-dump=links option to readelf and --dwarf=links option to objdump
1253
which displays the contents of any .gnu_debuglink or .gnu_debugaltlink
1254
sections.
1255
Add a --debug-dump=follow-links option to readelf and a --dwarf=follow-links
1256
option to objdump which causes indirect links into separate debug info files
1257
to be followed when dumping other DWARF sections.
1258
* Add support for loaction views in DWARF debug line information.
1259
* Add -z separate-code to generate separate code PT_LOAD segment.
1260
* Add "-z undefs" command line option as the inverse of the "-z defs" option.
1261
* Add -z globalaudit command line option to force audit libraries to be run
1262
for every dynamic object loaded by an executable - provided that the loader
1263
supports this functionality.
1264
* Tighten linker script grammar around file name specifiers to prevent the use
1265
of SORT_BY_ALIGNMENT and SORT_BY_INIT_PRIORITY on filenames. These would
1266
previously be accepted but had no effect.
1267
* The EXCLUDE_FILE directive can now be placed within any SORT_* directive
1268
within input section lists.
1269
- binutils-2.30-branch.diff: 2.30 branch @4cd0043413
1270
- riscv-wrap-relax.patch: Fix linker relaxation with --wrap
1271
- Remove use-hashtype-both-by-default.diff, use
1272
--enable-default-hash-style=both instead
1273
- Remove binutils-2.29-branch.diff, s390x-8fe09d7.diff
1274
- Use riscv64-suse-linux as target for cross-riscv64-binutils
1275
1276
-------------------------------------------------------------------
1277
Fri Jan 26 13:40:13 UTC 2018 - dimstar@opensuse.org
1278
1279
- Drop bc BuildRequires: no longer needed.
1280
1281
-------------------------------------------------------------------
1282
Mon Jan 22 09:40:25 UTC 2018 - schwab@suse.de
1283
1284
- Add riscv64 to %target_list
1285
1286
-------------------------------------------------------------------
1287
Wed Jan 17 11:28:03 UTC 2018 - afaerber@suse.de
1288
1289
- Add arm-none-eabi symlinks (bsc#1074741)
1290
1291
-------------------------------------------------------------------
1292
Mon Oct 2 19:29:22 UTC 2017 - matz@suse.com
1293
1294
- Add s390x-8fe09d7.diff to fix typo in ELF notes.
1295
1296
-------------------------------------------------------------------
1297
Fri Sep 29 08:26:45 UTC 2017 - mliska@suse.cz
1298
1299
- Update binutils-2.29-branch.diff to @a45d8fd5ffbf888 fixing PR 22220.
1300
1301
-------------------------------------------------------------------
1302
Thu Sep 28 08:26:12 UTC 2017 - rguenther@suse.com
1303
1304
- Update to 2.29.1 release, accumulating bugfixes.
1305
- Update binutils-2.29-branch.diff to @a38a1d80 and to be
1306
relative to the 2.29.1 release fixing following PRs/bnc/CVE:
1307
22058 [bnc#1057149, CVE-2017-14130]
1308
21813 [bnc#1052503, CVE-2017-12456, bnc#1052507, CVE-2017-12454,
1309
bnc#1052509, CVE-2017-12453, bnc#1052511, CVE-2017-12452,
1310
bnc#1052514, CVE-2017-12450, bnc#1052503, CVE-2017-12456,
1311
bnc#1052507, CVE-2017-12454, bnc#1052509, CVE-2017-12453,
1312
bnc#1052511, CVE-2017-12452, bnc#1052514, CVE-2017-12450]
1313
22148 [bnc#1060599, CVE-2017-14745]
1314
22163 [bnc#1061241, CVE-2017-14974]
1315
21933 [bnc#1053347, CVE-2017-12799]
1316
21787 [bnc#1052518, CVE-2017-12448]
1317
22018 [bnc#1056312, CVE-2017-13757]
1318
22170 [bnc#1060621, CVE-2017-14729]
1319
22047 [bnc#1057144, CVE-2017-14129]
1320
22059 [bnc#1057139, CVE-2017-14128]
1321
21990 [bnc#1058480, CVE-2017-14333]
1322
22113 [bnc#1059050, CVE-2017-14529]
1323
as well as these PRs:
1324
22061, 21786, 21916, 21994, 22064, 21995, 21909, 21441, 22060,
1325
22067, 22032, 21820, 22048, 22199, 21781, 21824, 21861, 22150.
1326
1327
-------------------------------------------------------------------
1328
Wed Aug 30 13:04:20 UTC 2017 - matz@suse.com
1329
1330
- Update to 2.29 (@5d25156), upstream fix for PR21884, as
1331
well as PRs 18808 18841 21840 21988 21910 21962 21964.
1332
1333
-------------------------------------------------------------------
1334
Fri Aug 11 14:00:02 UTC 2017 - matz@suse.com
1335
1336
- Last fixes for PR21884 weren't complete, adjust
1337
binutils-2.29-branch.diff some more for this.
1338
1339
-------------------------------------------------------------------
1340
Thu Aug 10 14:49:16 UTC 2017 - matz@suse.com
1341
1342
- Update to 2.29 branch (@de44148c), fixing PR21884, a segfault
1343
in ld while building memtest86+ .
1344
Changes binutils-2.29-branch.diff.
1345
1346
-------------------------------------------------------------------
1347
Mon Jul 31 17:12:31 UTC 2017 - matz@suse.com
1348
1349
- Update to 2.29 branch, fixing PR21847, affecting the ppc64le
1350
ABI in corner cases since 2.29 release.
1351
Adds binutils-2.29-branch.diff.
1352
- Remove binutils-2.29-gold-mips.patch, obsolete by the update.
1353
1354
-------------------------------------------------------------------
1355
Wed Jul 26 10:53:13 UTC 2017 - rguenther@suse.com
1356
1357
- Add binutils-2.29-gold-mips.patch to fix build on SLE-11.
1358
1359
-------------------------------------------------------------------
1360
Wed Jul 26 08:05:04 UTC 2017 - rguenther@suse.com
1361
1362
- Update to binutils 2.29. [fate#321454, fate#321494, fate#323293]
1363
- Fixes these security-related PRs/bnc/CVEs:
1364
18750 [bsc#1030296, CVE-2014-9939]
1365
20891 [bsc#1030585, CVE-2017-7225]
1366
20892 [bsc#1030588, CVE-2017-7224]
1367
20898 [bsc#1030589, CVE-2017-7223]
1368
20905 [bsc#1030584, CVE-2017-7226]
1369
20908 [bsc#1031644, CVE-2017-7299]
1370
20909 [bsc#1031656, CVE-2017-7300]
1371
20921 [bsc#1031595, CVE-2017-7302]
1372
20922 [bsc#1031593, CVE-2017-7303]
1373
20924 [bsc#1031638, CVE-2017-7301]
1374
20931 [bsc#1031590, CVE-2017-7304]
1375
21409 [bsc#1037052, CVE-2017-8392]
1376
21412 [bsc#1037057, CVE-2017-8393]
1377
21414 [bsc#1037061, CVE-2017-8394]
1378
21432 [bsc#1037066, CVE-2017-8396]
1379
21440 [bsc#1037273, CVE-2017-8421]
1380
21580 [bsc#1044891, CVE-2017-9746]
1381
21581 [bsc#1044897, CVE-2017-9747]
1382
21582 [bsc#1044901, CVE-2017-9748]
1383
21587 [bsc#1044909, CVE-2017-9750]
1384
21594 [bsc#1044925, CVE-2017-9755]
1385
21595 [bsc#1044927, CVE-2017-9756]
1386
- Feature changes:
1387
* The MIPS port now supports microMIPS eXtended Physical Addressing (XPA)
1388
instructions for assembly and disassembly.
1389
* The MIPS port now supports the microMIPS Release 5 ISA for assembly and
1390
disassembly.
1391
* The MIPS port now supports the Imagination interAptiv MR2 processor,
1392
which implements the MIPS32r3 ISA, the MIPS16e2 ASE as well as a couple
1393
of implementation-specific regular MIPS and MIPS16e2 ASE instructions.
1394
* The SPARC port now supports the SPARC M8 processor, which implements the
1395
Oracle SPARC Architecture 2017.
1396
* The MIPS port now supports the MIPS16e2 ASE for assembly and disassembly.
1397
* Add support for ELF SHF_GNU_MBIND and PT_GNU_MBIND_XXX.
1398
* Add support for the wasm32 ELF conversion of the WebAssembly file format.
1399
* Add --inlines option to objdump, which extends the --line-numbers option
1400
so that inlined functions will display their nesting information.
1401
* Add --merge-notes options to objcopy to reduce the size of notes in
1402
a binary file by merging and deleting redundant notes.
1403
* Add support for locating separate debug info files using the build-id
1404
method, where the separate file has a name based upon the build-id of
1405
the original file.
1406
GAS
1407
* Add support for ELF SHF_GNU_MBIND.
1408
* Add support for the WebAssembly file format and wasm32 ELF conversion.
1409
* PowerPC gas now checks that the correct register class is used in
1410
instructions. For instance, "addi %f4,%cr3,%r31" warns three times
1411
that the registers are invalid.
1412
* Add support for the Texas Instruments PRU processor.
1413
* Support for the ARMv8-R architecture and Cortex-R52 processor has been
1414
added to the ARM port.
1415
GNU ld
1416
* Support for -z shstk in the x86 ELF linker to generate
1417
GNU_PROPERTY_X86_FEATURE_1_SHSTK in ELF GNU program properties.
1418
* Add support for GNU_PROPERTY_X86_FEATURE_1_SHSTK in ELF GNU program
1419
properties in the x86 ELF linker.
1420
* Add support for GNU_PROPERTY_X86_FEATURE_1_IBT in ELF GNU program
1421
properties in the x86 ELF linker.
1422
* Support for -z ibtplt in the x86 ELF linker to generate IBT-enabled
1423
PLT.
1424
* Support for -z ibt in the x86 ELF linker to generate IBT-enabled
1425
PLT as well as GNU_PROPERTY_X86_FEATURE_1_IBT in ELF GNU program
1426
properties.
1427
* Add support for ELF SHF_GNU_MBIND and PT_GNU_MBIND_XXX.
1428
* Add support for ELF GNU program properties.
1429
* Add support for the Texas Instruments PRU processor.
1430
* When configuring for arc*-*-linux* targets the default linker emulation will
1431
change if --with-cpu=nps400 is used at configure time.
1432
* Improve assignment of LMAs to orphan sections in some edge cases where a
1433
mixture of both AT>LMA_REGION and AT(LMA) are used.
1434
* Orphan sections placed after an empty section that has an AT(LMA) will now
1435
take an load memory address starting from LMA.
1436
* Section groups can now be resolved (the group deleted and the group members
1437
placed like normal sections) at partial link time either using the new
1438
linker option --force-group-allocation or by placing FORCE_GROUP_ALLOCATION
1439
into the linker script.
1440
- Includes binutils-bso21193.diff, binutils-bso21333.diff and
1441
fix-security-bugs.diff.
1442
- Remove ld-dtags.diff, instead configure with --enable-new-dtags.
1443
- Refresh binutils-build-as-needed.diff.
1444
- Remove binutils-2.28-branch.diff.
1445
1446
-------------------------------------------------------------------
1447
Wed Apr 5 11:55:17 UTC 2017 - afaerber@suse.de
1448
1449
- Add riscv64 target, tested with gcc7 and downstream newlib 2.4.0
1450
* Prepare riscv32 target (gh#riscv/riscv-newlib#8)
1451
1452
-------------------------------------------------------------------
1453
Fri Mar 31 10:30:08 UTC 2017 - rguenther@suse.com
1454
1455
- Update binutils-2.28-branch.diff.
1456
- Make compressed debug section handling explicit, disable for
1457
old products and enable for gas on all architectures otherwise.
1458
- Add binutils-bso21333.diff. [boo#1029995]
1459
1460
-------------------------------------------------------------------
1461
Thu Mar 30 11:16:18 UTC 2017 - rguenther@suse.com
1462
1463
- Remove empty rpath component removal optimization from
1464
binutils-skip-rpaths.patch to workaround CMake rpath handling.
1465
[boo#1025282]
1466
1467
-------------------------------------------------------------------
1468
Fri Mar 17 15:28:26 UTC 2017 - matz@suse.com
1469
1470
- Add fix-security-bugs.diff to fix bnc#1029907, bnc#1029908,
1471
bnc#1029909 and more. Upstream bugs fixed:
1472
PR 21135 [bsc#1030298, CVE-2017-7209],
1473
PR 21137 [bsc#1029909, CVE-2017-6965],
1474
PR 21139 [bsc#1029908, CVE-2017-6966],
1475
PR 21156 [bsc#1029907, CVE-2017-6969],
1476
PR 21157 [bsc#1030297, CVE-2017-7210],
1477
PR 21147, PR 21148, PR 21149, PR 21150, PR 21151, PR 21155,
1478
PR 21158, PR 21159
1479
1480
-------------------------------------------------------------------
1481
Wed Mar 8 11:25:04 UTC 2017 - rguenther@suse.com
1482
1483
- Update to binutils 2.28.
1484
* Add support for locating separate debug info files using the build-id
1485
method, where the separate file has a name based upon the build-id of
1486
the original file.
1487
* This version of binutils fixes a problem with PowerPC VLE 16A and 16D
1488
relocations which were functionally swapped, for example,
1489
R_PPC_VLE_HA16A performed like R_PPC_VLE_HA16D while R_PPC_VLE_HA16D
1490
performed like R_PPC_VLE_HA16A. This could have been fixed by
1491
renumbering relocations, which would keep object files created by an
1492
older version of gas compatible with a newer ld. However, that would
1493
require an ABI update, affecting other assemblers and linkers that
1494
create and process the relocations correctly. It is recommended that
1495
all VLE object files be recompiled, but ld can modify the relocations
1496
if --vle-reloc-fixup is passed to ld. If the new ld command line
1497
option is not used, ld will ld warn on finding relocations inconsistent
1498
with the instructions being relocated.
1499
* The nm program has a new command line option (--with-version-strings)
1500
which will display a symbol's version information, if any, after the
1501
symbol's name.
1502
* The ARC port of objdump now accepts a -M option to specify the extra
1503
instruction class(es) that should be disassembled.
1504
* The --remove-section option for objcopy and strip now accepts section
1505
patterns starting with an exclamation point to indicate a non-matching
1506
section. A non-matching section is removed from the set of sections
1507
matched by an earlier --remove-section pattern.
1508
* The --only-section option for objcopy now accepts section patterns
1509
starting with an exclamation point to indicate a non-matching section.
1510
A non-matching section is removed from the set of sections matched by
1511
an earlier --only-section pattern.
1512
* New --remove-relocations=SECTIONPATTERN option for objcopy and strip.
1513
This option can be used to remove sections containing relocations.
1514
The SECTIONPATTERN is the section to which the relocations apply, not
1515
the relocation section itself.
1516
GAS
1517
* Add support for the RISC-V architecture.
1518
* Add support for the ARM Cortex-M23 and Cortex-M33 processors.
1519
GNU ld
1520
* The EXCLUDE_FILE linker script construct can now be applied outside of the
1521
section list in order for the exclusions to apply over all input sections
1522
in the list.
1523
* Add support for the RISC-V architecture.
1524
* The command line option --no-eh-frame-hdr can now be used in ELF based
1525
linkers to disable the automatic generation of .eh_frame_hdr sections.
1526
* Add --in-implib=<infile> to the ARM linker to enable specifying a set of
1527
Secure Gateway veneers that must exist in the output import library
1528
specified by --out-implib=<outfile> and the address they must have.
1529
As such, --in-implib is only supported in combination with --cmse-implib.
1530
* Extended the --out-implib=<file> option, previously restricted to x86 PE
1531
targets, to any ELF based target. This allows the generation of an import
1532
library for an ELF executable, which can then be used by another application
1533
to link against the executable.
1534
GOLD
1535
* Add -z bndplt option (x86-64 only) to support Intel MPX.
1536
* Add --orphan-handling option.
1537
* Add --stub-group-multi option (PowerPC only).
1538
* Add --target1-rel, --target1-abs, --target2 options (Arm only).
1539
* Add -z stack-size option.
1540
* Add --be8 option (Arm only).
1541
* Add HIDDEN support in linker scripts.
1542
* Add SORT_BY_INIT_PRIORITY support in linker scripts.
1543
- Add binutils-2.28-branch.diff.
1544
- Remove binutils-2.27-branch.diff
1545
- Remove binutils-2.27-fix-section-order.diff,
1546
refine_.cfi_sections_check_to_only_consider_compact_eh_frame.patch
1547
and aarch64-alignment-frags.patch now upstream.
1548
1549
-------------------------------------------------------------------
1550
Mon Mar 6 17:06:55 UTC 2017 - schwab@linux-m68k.org
1551
1552
- Configure with --with-system-zlib
1553
1554
-------------------------------------------------------------------
1555
Fri Feb 24 10:38:24 UTC 2017 - rguenther@suse.com
1556
1557
- Add binutils-bso21193.diff to fix section alignment on
1558
.gnu_debuglink. [bso#21193]
1559
1560
-------------------------------------------------------------------
1561
Tue Feb 7 11:42:02 UTC 2017 - rguenther@suse.com
1562
1563
- Add s390x to gold_archs.
1564
1565
-------------------------------------------------------------------
1566
Mon Feb 6 15:25:44 UTC 2017 - afaerber@suse.de
1567
1568
- Fix alignment frags for aarch64 (boo#1003846)
1569
aarch64-alignment-frags.patch
1570
1571
-------------------------------------------------------------------
1572
Sun Dec 18 18:36:08 UTC 2016 - jengelh@inai.de
1573
1574
- Call ldconfig for libbfd
1575
1576
-------------------------------------------------------------------
1577
Tue Nov 30 09:55:02 UTC 2016 - idonmez@suse.com
1578
1579
- Add refine_.cfi_sections_check_to_only_consider_compact_eh_frame.patch
1580
from upstream to fix an assembler problem with clang on ARM.
1581
Fixes https://sourceware.org/bugzilla/show_bug.cgi?id=20648
1582
1583
-------------------------------------------------------------------
1584
Mon Nov 28 13:16:47 UTC 2016 - rguenther@suse.com
1585
1586
- Update binutils-2.27-branch.diff to include recent fixes from the branch.
1587
- Add binutils-2.27-fix-section-order.diff to restore monotonically
1588
increasing section offsets.
1589
1590
-------------------------------------------------------------------
1591
Tue Oct 4 16:58:56 UTC 2016 - stefan.bruens@rwth-aachen.de
1592
1593
- Remove qemu workaround from spec file, since qemu 2.5.0rc0 the
1594
length of the argument list is no longer limited to 128 kByte.
1595
1596
-------------------------------------------------------------------
1597
Wed Aug 24 11:26:22 UTC 2016 - rguenther@suse.com
1598
1599
- Update to binutils 2.27.
1600
* Add a configure option, --enable-64-bit-archive, to force use of a
1601
64-bit format when creating an archive symbol index.
1602
* Add --elf-stt-common= option to objcopy for ELF targets to control
1603
whether to convert common symbols to the STT_COMMON type.
1604
GAS:
1605
* Default to --enable-compressed-debug-sections=gas for Linux/x86 targets.
1606
* Add --no-pad-sections to stop the assembler from padding the end of output
1607
sections up to their alignment boundary.
1608
* Support for the ARMv8-M architecture has been added to the ARM port.
1609
Support for the ARMv8-M Security and DSP Extensions has also been added
1610
to the ARM port.
1611
* ARC backend accepts .extInstruction, .extCondCode, .extAuxRegister, and
1612
.extCoreRegister pseudo-ops that allow an user to define custom
1613
instructions, conditional codes, auxiliary and core registers.
1614
* Add a configure option --enable-elf-stt-common to decide whether ELF
1615
assembler should generate common symbols with the STT_COMMON type by
1616
default. Default to no.
1617
* New command line option --elf-stt-common= for ELF targets to control
1618
whether to generate common symbols with the STT_COMMON type.
1619
* Add ability to set section flags and types via numeric values for ELF
1620
based targets.
1621
* Add a configure option --enable-x86-relax-relocations to decide whether
1622
x86 assembler should generate relax relocations by default. Default to
1623
yes, except for x86 Solaris targets older than Solaris 12.
1624
* New command line option -mrelax-relocations= for x86 target to control
1625
whether to generate relax relocations.
1626
* New command line option -mfence-as-lock-add=yes for x86 target to encode
1627
lfence, mfence and sfence as "lock addl $0x0, (%[re]sp)".
1628
* Add assembly-time relaxation option for ARC cpus.
1629
* Add --with-cpu=TYPE configure option for ARC gas. This allows the default
1630
cpu type to be adjusted at configure time.
1631
GOLD:
1632
* Add a configure option --enable-relro to decide whether -z relro should
1633
be enabled by default. Default to yes.
1634
* Add support for s390, MIPS, AArch64, and TILE-Gx architectures.
1635
* Add support for STT_GNU_IFUNC symbols.
1636
* Add support for incremental linking (--incremental).
1637
GNU ld:
1638
* Add a configure option --enable-relro to decide whether -z relro should
1639
be enabled in ELF linker by default. Default to yes for all Linux
1640
targets except FRV, HPPA, IA64 and MIPS.
1641
* Support for -z noreloc-overflow in the x86-64 ELF linker to disable
1642
relocation overflow check.
1643
* Add -z common/-z nocommon options for ELF targets to control whether to
1644
convert common symbols to the STT_COMMON type during a relocatable link.
1645
* Support for -z nodynamic-undefined-weak in the x86 ELF linker, which
1646
avoids dynamic relocations against undefined weak symbols in executable.
1647
* The NOCROSSREFSTO command was added to the linker script language.
1648
* Add --no-apply-dynamic-relocs to the AArch64 linker to do not apply
1649
link-time values for dynamic relocations.
1650
- Add binutils-2.27-branch.diff with fixes on the branch sofar.
1651
- Remove gold-relocate-tls.patch, included in binutils 2.27.
1652
1653
-------------------------------------------------------------------
1654
Wed Jul 6 11:28:48 UTC 2016 - rguenther@suse.com
1655
1656
- Update to binutils 2.26.1.
1657
- Remove binutils-2.26-branch.diff.
1658
1659
-------------------------------------------------------------------
1660
Fri Mar 18 07:57:51 UTC 2016 - rguenther@suse.com
1661
1662
- Update binutils-2.26-branch.diff, updates to branch head.
1663
(swo#19807) (bnc#970239)
1664
- Disable -mrelax-relocations by default on old products.
1665
1666
-------------------------------------------------------------------
1667
Wed Mar 9 11:11:48 UTC 2016 - rguenther@suse.com
1668
1669
- Update binutils-2.26-branch.diff, updates to branch head.
1670
(swo#19739) (swo#19775)
1671
1672
-------------------------------------------------------------------
1673
Mon Feb 29 12:49:50 UTC 2016 - rguenther@suse.com
1674
1675
- Add binutils-2.26-branch.diff, updates to branch head.
1676
* Adds -mrelax-relocations on x86
1677
* Fixes bso#19698
1678
1679
-------------------------------------------------------------------
1680
Mon Feb 1 09:03:02 UTC 2016 - rguenther@suse.com
1681
1682
- Refresh cross-avr-nesc-as.patch
1683
1684
-------------------------------------------------------------------
1685
Wed Jan 27 13:12:17 UTC 2016 - rguenther@suse.com
1686
1687
- Update to binutils 2.26
1688
* Add --fix-stm32l4xx-629360 to the ARM linker to enable a link-time
1689
workaround for a bug in the bus matrix / memory controller for some of
1690
the STM32 Cortex-M4 based products (STM32L4xx)
1691
* Add a configure option --enable-compressed-debug-sections={all,ld} to
1692
decide whether DWARF debug sections should be compressed by default.
1693
* Add support for the ARC EM/HS, and ARC600/700 architectures.
1694
* Experimental support for linker garbage collection (--gc-sections)
1695
has been enabled for COFF and PE based targets.
1696
* New command line option for ELF targets to compress DWARF debug
1697
sections, --compress-debug-sections=[none|zlib|zlib-gnu|zlib-gabi].
1698
* New command line option, --orphan-handling=[place|warn|error|discard], to
1699
adjust how orphan sections are handled. The default is 'place' which gives
1700
the current behaviour, 'warn' and 'error' issue a warning or error
1701
respectively when orphan sections are found, and 'discard' will discard all
1702
orphan sections.
1703
* Add support for LLVM plugin.
1704
* Add --print-memory-usage option to report memory blocks usage.
1705
* Add --require-defined option, it's like --undefined except the new symbol
1706
must be defined by the end of the link.
1707
* Add a configure option --enable-compressed-debug-sections={all,gas} to
1708
decide whether DWARF debug sections should be compressed by default.
1709
* Add support for the ARC EM/HS, and ARC600/700 architectures. Remove
1710
assembler support for Argonaut RISC architectures.
1711
* Add option to objcopy to insert new symbols into a file:
1712
--add-symbol <name>=[<section>:]<value>[,<flags>]
1713
* Add support for the ARC EM/HS, and ARC600/700 architectures.
1714
* Extend objcopy --compress-debug-sections option to support
1715
--compress-debug-sections=[none|zlib|zlib-gnu|zlib-gabi] for ELF
1716
targets.
1717
* Add --update-section option to objcopy.
1718
* Add --output-separator option to strings.
1719
- Includes z13 support, remove 0001-S-390-Add-support-for-IBM-z13.patch,
1720
0002-S-390-Add-check-for-length-field-operand.patch,
1721
0003-S-390-Add-more-IBM-z13-instructions.patch,
1722
0004-S-390-Fixes-for-z13-instructions.patch and
1723
0005-S-390-z13-use-GNU-attribute-to-indicate-vector-ABI.patch
1724
- Includes fixes in binutils-fix--dynamic-list.patch,
1725
binutils-fix-gold-aarch64.diff, gold-arm64-abi-pagesize.patch
1726
and s390-troo-insn-type.patch
1727
- Refresh s390-pic-dso.diff and binutils-build-as-needed.diff
1728
1729
-------------------------------------------------------------------
1730
Wed Jan 13 08:31:17 UTC 2016 - schwab@suse.de
1731
1732
- gold-relocate-tls.patch: Fix internal error when applying TLSDESC
1733
relocations with no TLS segment
1734
1735
-------------------------------------------------------------------
1736
Wed Oct 14 09:19:36 UTC 2015 - schwab@suse.de
1737
1738
- s390-troo-insn-type.patch: fix wrong insn type for troo insn
1739
- aarch64-common-pagesize.patch: change default common-page-size to 64K on
1740
aarch64
1741
1742
-------------------------------------------------------------------
1743
Thu Oct 1 10:35:13 UTC 2015 - schwab@suse.de
1744
1745
- gold-arm64-abi-pagesize.patch: fix ABI pagesize for aarch64 in gold
1746
1747
-------------------------------------------------------------------
1748
Tue Jul 21 12:43:33 UTC 2015 - matz@suse.de
1749
1750
- Disable use-hashtype-both-by-default.diff for
1751
the mips target, it's incompatible with it. [bnc #938658]
1752
1753
-------------------------------------------------------------------
1754
Mon Jul 13 11:16:25 UTC 2015 - afaerber@suse.de
1755
1756
- Add cross-rx-binutils package for Renesas RX
1757
1758
-------------------------------------------------------------------
1759
Fri Jul 10 15:57:46 UTC 2015 - schwab@linux-m68k.org
1760
1761
- Work around qemu bug
1762
1763
-------------------------------------------------------------------
1764
Thu Jul 9 14:26:13 UTC 2015 - matz@suse.de
1765
1766
- Update to 2.25 branch at 2f5b97b4f (changes
1767
binutils-2.25-branch.diff.gz) fixes PR 18481, gas/18541.
1768
- Add patches for s390 z13 support (backports from
1769
to-be 2.26):
1770
0001-S-390-Add-support-for-IBM-z13.patch
1771
0002-S-390-Add-check-for-length-field-operand.patch
1772
0003-S-390-Add-more-IBM-z13-instructions.patch
1773
0004-S-390-Fixes-for-z13-instructions.patch
1774
0005-S-390-z13-use-GNU-attribute-to-indicate-vector-ABI.patch .
1775
1776
-------------------------------------------------------------------
1777
Tue Jul 7 11:00:42 UTC 2015 - afaerber@suse.de
1778
1779
- Fix %TARGET vs. $TARGET_OS inconsistencies by turning $TARGET_OS
1780
into %TARGET_OS for reuse in install and file sections.
1781
This fixes the assumption that $TARGET_OS will match %{TARGET}*.
1782
1783
-------------------------------------------------------------------
1784
Wed Jun 10 07:55:29 UTC 2015 - dmueller@suse.com
1785
1786
- enable gold for aarch64
1787
1788
-------------------------------------------------------------------
1789
Mon May 18 15:26:32 UTC 2015 - matz@suse.de
1790
1791
- Move sed call from %prep to %build to not disturb quilt.
1792
- Add binutils-2.25-branch.diff.gz:
1793
Update to 2.25 branch at 8fe8994c, fixing many bugs:
1794
PR ld/15228, binutils/17512, 17165, binutils/17531, ld/17615, 17666,
1795
ld/17709, gas/17753, 17755, 17817, ld/17827, 17842, binutils/17926,
1796
17954, 18010, ld/18167, ld/18222, ld/18270.
1797
- Remove eh-frame-hdr-on-shared-lib-bfd.patch: Included already.
1798
- Remove gold-opd-visibility.patch: Included already.
1799
1800
-------------------------------------------------------------------
1801
Mon May 18 06:38:32 UTC 2015 - meissner@suse.com
1802
1803
- move info deinstall to preun section
1804
1805
-------------------------------------------------------------------
1806
Sat May 16 15:05:17 UTC 2015 - hrvoje.senjan@gmail.com
1807
1808
- Added binutils-fix--dynamic-list.patch:
1809
Fixes https://sourceware.org/bugzilla/show_bug.cgi?id=13577 and
1810
https://sourceware.org/bugzilla/show_bug.cgi?id=16992
1811
1812
-------------------------------------------------------------------
1813
Thu Feb 19 09:22:54 UTC 2015 - schwab@suse.de
1814
1815
- gold-opd-visibility.patch: Set default visibility on discarded .opd
1816
symbols
1817
1818
-------------------------------------------------------------------
1819
Wed Jan 21 09:15:34 UTC 2015 - schwab@suse.de
1820
1821
- eh-frame-hdr-on-shared-lib-bfd.patch: Don't create .eh_frame_hdr on
1822
shared lib bfd, fixes building libgcj on ppc64
1823
1824
-------------------------------------------------------------------
1825
Thu Jan 15 08:54:54 UTC 2015 - rguenther@suse.com
1826
1827
- Update to binutils 2.25 release.
1828
* Add --data option to strings to only print strings in loadable, initialized
1829
data sections. Change the default behaviour to be --all, but add a new
1830
configure time option of --disable-default-strings-all to restore the old
1831
default behaviour.
1832
* Add --include-all-whitespace to strings.
1833
* Add --dump-section option to objcopy.
1834
* Add support for the Andes NDS32.
1835
* PE binaries now once again contain real timestamps by default. To disable
1836
the inclusion of a timestamp in a PE binary, use the --no-insert-timestamp
1837
command line option.
1838
* Replace support for openrisc and or32 with support for or1k.
1839
* Add support for the --build-id command line option to COFF based targets.
1840
* x86/x86_64 pe-coff now supports the --build-id option.
1841
* Add support for the AVR Tiny microcontrollers.
1842
* Enhanced the ARM port to accept the assembler output from the CodeComposer
1843
Studio tool. Support is enabled via the new command line option -mccs.
1844
- Update to 2.25 branch head.
1845
* Pulls PIE fixes.
1846
1847
-------------------------------------------------------------------
1848
Mon Jan 12 20:26:26 UTC 2015 - dimstar@opensuse.org
1849
1850
- Minor fix on the usage of update-alternatives
1851
https://en.opensuse.org/openSUSE:Packaging_Multiple_Version_guidelines
1852
1853
-------------------------------------------------------------------
1854
Mon Dec 1 16:33:29 UTC 2014 - matz@suse.de
1855
1856
- Update to current 2.25 pre-release branch, at 127a4644.
1857
- binutils-fix-gold-aarch64.diff: fixing build temporarily broken
1858
on brach.
1859
- Remove obsolete patches: binutils-2.24-branch.diff.gz,
1860
pie-m68k.patch, binutils-2.24-auto-plugin.diff, ld-testsuite.patch,
1861
binutils-2.24-bso16746.diff .
1862
1863
-------------------------------------------------------------------
1864
Fri Oct 31 10:49:03 UTC 2014 - afaerber@suse.de
1865
1866
- Enable Adapteva Epiphany target
1867
1868
-------------------------------------------------------------------
1869
Tue May 6 14:02:26 UTC 2014 - rguenther@suse.com
1870
1871
- binutils-2.24-bso16746.diff: Fix bso#16746, spurious warnings
1872
for warn annotated symbols with LTO.
1873
1874
-------------------------------------------------------------------
1875
Sun Apr 6 18:48:22 UTC 2014 - schwab@linux-m68k.org
1876
1877
- ld-dtags.diff: update testsuite for --enable-new-dtags default
1878
- ld-testsuite.patch: fix spurious failures in ld-plugin/lto.exp
1879
1880
-------------------------------------------------------------------
1881
Thu Apr 3 10:56:19 UTC 2014 - rguenther@suse.com
1882
1883
- binutils-2.24-auto-plugin.diff: Update from git commit that went
1884
to trunk.
1885
1886
-------------------------------------------------------------------
1887
Wed Mar 26 15:29:34 UTC 2014 - matz@suse.de
1888
1889
- Update to current 2.24 branch at 25f1c421:
1890
AVX512 fixes, new x86 instructions clflushopt, xsaves, xsavec, xrstors.
1891
aarch64: linker fixes for PLT stubs, correct float const 0.0 parsing,
1892
support ifunc in static links.
1893
Fix ld/16643 (problem with GCed sections).
1894
powerpc64le: fix ld segfault with --emit-relocs.
1895
Fix buffer underrun in x86 disassembler.
1896
Fix merging of skipped weak symbols. [bnc #863764]
1897
1898
-------------------------------------------------------------------
1899
Mon Mar 24 13:58:29 UTC 2014 - rguenther@suse.com
1900
1901
- Add binutils-2.24-auto-plugin.diff to make plugin auto-load work
1902
for GCC LTO objects. [bso#14698]
1903
1904
-------------------------------------------------------------------
1905
Fri Feb 21 16:59:02 UTC 2014 - matz@suse.de
1906
1907
- Disable --enable-deterministic-archives again, as it breaks
1908
valid Makefiles.
1909
1910
-------------------------------------------------------------------
1911
Mon Feb 10 23:07:23 UTC 2014 - subchaser1@gmail.com
1912
1913
- cross-avr-size.patch: AVR-style output in avr-size utility
1914
1915
-------------------------------------------------------------------
1916
Mon Jan 27 05:43:48 UTC 2014 - crrodriguez@opensuse.org
1917
1918
- build with --enable-deterministic-archives so ar and ranlib
1919
cooperate in the creation of reproducible builds.
1920
1921
-------------------------------------------------------------------
1922
Mon Dec 9 15:10:27 UTC 2013 - matz@suse.de
1923
1924
- Update to 2.24 release and to branch at 9177510e:
1925
* Add support for the Texas Instruments MSP430X processor.
1926
* Add support for Altera Nios II.
1927
* Add support for the V850E3V5 architecture.
1928
* Add support for the Imagination Technologies Meta processor.
1929
* --enable-new-dtags no longer generates old dtags in addition to new dtags.
1930
* Remove assembler and linker support for MIPS ECOFF targets.
1931
* Remove assembler support for MIPS ECOFF targets.
1932
* Add ALIGN_WITH_INPUT to the linker script language to force the
1933
alignment of an output section to use the maximum alignment of
1934
all its input sections.
1935
* Add -gdwarf-sections command line option to enable per-code-section
1936
generation of DWARF .debug_line sections.
1937
* Objcopy now supports wildcard characters in command line options that take
1938
section names.
1939
1940
-------------------------------------------------------------------
1941
Fri Nov 29 14:59:52 UTC 2013 - matz@suse.de
1942
1943
- Update to 2.23.92 prerelease, mostly for ppc64le support.
1944
- Add cross-ppc64le-binutils.
1945
1946
-------------------------------------------------------------------
1947
Mon Oct 28 15:53:03 UTC 2013 - schwab@suse.de
1948
1949
- Add cross-m68k-binutils
1950
1951
-------------------------------------------------------------------
1952
Wed Oct 9 08:55:16 UTC 2013 - schwab@suse.de
1953
1954
- pie-m68k.patch: Emit DT_DEBUG also for PIE
1955
1956
-------------------------------------------------------------------
1957
Fri Sep 20 15:53:55 UTC 2013 - matz@suse.de
1958
1959
- Update to 2.23.90 prerelease, remove patches that
1960
are upstream ( aarch64-biarch.patch, aarch64-dynamic-placement.patch,
1961
aarch64-execstack.patch, aarch64-gc-section-support.patch,
1962
aarch64-support-1796bf893c4729d5c523502318d72cae78495d6c.diff,
1963
aarch64-support-f426901e1be0f58fe4e9386cada50ca57d0a4f36.diff,
1964
binutils-2.22-objalloc.patch,
1965
binutils-2.23.52.0.1-64-bit-thin-archives.patch,
1966
s390-machinemode.patch, warning-symbol-sections.patch).
1967
1968
-------------------------------------------------------------------
1969
Sat Aug 31 13:11:36 UTC 2013 - idonmez@suse.com
1970
1971
- Add binutils-2.23.52.0.1-64-bit-thin-archives.patch to fix thin
1972
archive creation on 64bit systems. This is rh#915411 and should
1973
also fix webkitgtk on s390x.
1974
1975
-------------------------------------------------------------------
1976
Mon Jul 29 18:13:43 UTC 2013 - schwab@suse.de
1977
1978
- warning-symbol-sections.patch: correct test in last change
1979
1980
-------------------------------------------------------------------
1981
Mon Jul 22 07:18:33 UTC 2013 - schwab@suse.de
1982
1983
- warning-symbol-sections.patch: don't clobber warning sections from
1984
shared libraries
1985
1986
-------------------------------------------------------------------
1987
Mon Jul 1 08:18:22 UTC 2013 - schwab@suse.de
1988
1989
- aarch64-dynamic-placement.patch: Correct placement of &_DYNAMIC
1990
1991
-------------------------------------------------------------------
1992
Wed Jun 26 22:32:43 UTC 2013 - dmueller@suse.com
1993
1994
- add armv6l to target list
1995
1996
-------------------------------------------------------------------
1997
Tue Jun 11 14:36:31 UTC 2013 - dmueller@suse.com
1998
1999
- add aarch64-support-1796bf893c4729d5c523502318d72cae78495d6c.diff
2000
- add aarch64-support-f426901e1be0f58fe4e9386cada50ca57d0a4f36.diff
2001
2002
-------------------------------------------------------------------
2003
Wed May 15 11:25:50 UTC 2013 - rguenther@suse.com
2004
2005
- Drop cross-alpha-binutils. Adjust pre-checkin.sh to remove
2006
all cross packages before re-generating them.
2007
2008
-------------------------------------------------------------------
2009
Tue May 14 15:31:59 UTC 2013 - schwab@suse.de
2010
2011
- Tell bfd ELF backend that aarch64 defaults to non-exec stack
2012
2013
-------------------------------------------------------------------
2014
Wed Apr 3 13:08:47 UTC 2013 - rguenther@suse.com
2015
2016
- Re-instantiate patch to warn about non-PIC code in shared objects
2017
on s390x.
2018
2019
-------------------------------------------------------------------
2020
Thu Mar 28 12:46:09 UTC 2013 - rguenther@suse.com
2021
2022
- Update to binutils 2.23.2.
2023
* various bugfixes
2024
- Refresh no longer applying patch.
2025
2026
-------------------------------------------------------------------
2027
Tue Mar 5 20:05:50 UTC 2013 - schwab@suse.de
2028
2029
- Add aarch64 support for --gc-sections
2030
(from http://sourceware.org/ml/binutils/2013-02/msg00285.html)
2031
2032
-------------------------------------------------------------------
2033
Wed Dec 19 10:52:46 UTC 2012 - schwab@suse.de
2034
2035
- Backport s390 .machinemode pseudo insn
2036
2037
-------------------------------------------------------------------
2038
Fri Nov 30 12:46:35 UTC 2012 - rguenther@suse.com
2039
2040
- Revert upstream change to error on bfd.h usage without first
2041
including some config.h
2042
2043
-------------------------------------------------------------------
2044
Wed Nov 28 10:56:12 UTC 2012 - rguenther@suse.com
2045
2046
- Change update-alternative priorities to always prefer GNU ld
2047
2048
-------------------------------------------------------------------
2049
Tue Nov 27 15:30:41 UTC 2012 - jengelh@inai.de
2050
2051
- Implement update-alternatives service for gold
2052
2053
-------------------------------------------------------------------
2054
Tue Nov 27 12:44:19 UTC 2012 - adrian@suse.de
2055
2056
- update to version 2.23.1 release
2057
- add aarch64 biarch patch
2058
2059
-------------------------------------------------------------------
2060
Sat Nov 24 02:05:34 UTC 2012 - adrian@suse.de
2061
2062
- add cross-aarch64-binutils
2063
2064
-------------------------------------------------------------------
2065
Thu Nov 22 19:38:33 UTC 2012 - jengelh@inai.de
2066
2067
- Have pre_checkin.sh create cross-sparc64-binutils
2068
2069
-------------------------------------------------------------------
2070
Wed Oct 24 11:03:16 UTC 2012 - rguenther@suse.com
2071
2072
- Update to binutils 2.23 branch head.
2073
* Includes binutils 2.23 release.
2074
2075
-------------------------------------------------------------------
2076
Mon Sep 17 13:57:11 UTC 2012 - rguenther@suse.com
2077
2078
- Update to binutils 2.23 release candidate.
2079
- Remove no longer applying AVR patch.
2080
2081
-------------------------------------------------------------------
2082
Fri Sep 7 12:42:18 UTC 2012 - coolo@suse.com
2083
2084
- add makeinfo as explicit buildrequire
2085
2086
-------------------------------------------------------------------
2087
Mon Sep 3 09:59:53 UTC 2012 - idonmez@suse.com
2088
2089
- Enable threaded linking in gold.
2090
2091
-------------------------------------------------------------------
2092
Mon Sep 3 09:03:59 UTC 2012 - rguenther@suse.com
2093
2094
- Add patch to fix libiberty integer overflow. [bnc#776968]
2095
2096
-------------------------------------------------------------------
2097
Thu Jun 21 08:43:29 UTC 2012 - adrian@suse.de
2098
2099
- fix default elf format for arm cross tools
2100
2101
-------------------------------------------------------------------
2102
Tue Jun 19 05:09:40 UTC 2012 - factory-maintainer@kulow.org
2103
2104
- fix stupid typo
2105
2106
-------------------------------------------------------------------
2107
Mon Jun 18 11:06:01 UTC 2012 - coolo@suse.com
2108
2109
- the previous fix was not good enough, another iteration of the same
2110
2111
-------------------------------------------------------------------
2112
Thu Jun 14 11:53:56 UTC 2012 - coolo@suse.com
2113
2114
- exclude our target arch for cross compiling - this is just not cross
2115
2116
-------------------------------------------------------------------
2117
Thu Apr 19 11:28:41 UTC 2012 - rguenther@suse.com
2118
2119
- Consistently use $target-suse-linux triplets.
2120
2121
-------------------------------------------------------------------
2122
Wed Feb 15 11:32:14 UTC 2012 - rguenther@suse.com
2123
2124
- Drop the new spec files again, instead move the cross-$arch-binutils
2125
contents to /usr, away from /opt.
2126
2127
-------------------------------------------------------------------
2128
Tue Feb 14 17:53:08 UTC 2012 - max@suse.com
2129
2130
- Add spec files that build variants for arm and avr that install
2131
under /usr rather than /opt/cross.
2132
- Add avr-binutils-relocs.patch to fix a crash in avr-ld.
2133
http://sourceware.org/bugzilla/show_bug.cgi?id=12161
2134
2135
-------------------------------------------------------------------
2136
Thu Jan 26 10:36:33 UTC 2012 - rguenther@suse.com
2137
2138
- Fix package licenses to follow SPDX format, adjust to reality.
2139
2140
-------------------------------------------------------------------
2141
Wed Jan 25 14:12:40 UTC 2012 - rguenther@suse.com
2142
2143
- Amend patch to fix arm unwind table corruption. [bso#13449]
2144
2145
-------------------------------------------------------------------
2146
Wed Jan 4 12:31:02 UTC 2012 - rguenther@suse.com
2147
2148
- Add patch to fix arm unwind table corruption. [bso#13449]
2149
- Canonicalize arm targets.
2150
- Enable gold for arm.
2151
2152
-------------------------------------------------------------------
2153
Tue Jan 3 14:42:59 UTC 2012 - rguenther@suse.com
2154
2155
- Add patch to fix build-id issues. [bso#12451]
2156
2157
-------------------------------------------------------------------
2158
Tue Dec 6 10:48:16 UTC 2011 - rguenther@suse.com
2159
2160
- Update to final binutils 2.22 release.
2161
2162
-------------------------------------------------------------------
2163
Wed Nov 2 09:27:38 UTC 2011 - rguenther@suse.com
2164
2165
- Update to binutils-2_22-branch head.
2166
* Adds support for LDPT_GET_SYMBOLS_V2.
2167
* Drop patches that have been applied upstream.
2168
2169
-------------------------------------------------------------------
2170
Fri Sep 30 11:25:38 UTC 2011 - tserong@suse.com
2171
2172
- Fix --gc-sections failure with symbol versioning [bso#13195]
2173
2174
-------------------------------------------------------------------
2175
Wed Sep 28 13:08:07 UTC 2011 - rguenther@suse.com
2176
2177
- Update to binutils-2_22-branch head.
2178
* Drop patches that have been applied upstream.
2179
* Drop patches that no longer apply.
2180
2181
-------------------------------------------------------------------
2182
Thu Sep 22 09:59:07 UTC 2011 - adrian@suse.de
2183
2184
- use -gnueabi extension to switch to new abi for arm
2185
2186
-------------------------------------------------------------------
2187
Thu Sep 22 06:54:34 CEST 2011 - dmueller@suse.de
2188
2189
- Add support for arm-*-gnueabihf targets (PR ld/12643)
2190
2191
-------------------------------------------------------------------
2192
Wed Sep 21 21:44:12 UTC 2011 - adrian@suse.de
2193
2194
- add arm targets
2195
2196
-------------------------------------------------------------------
2197
Tue Aug 23 11:39:25 UTC 2011 - rguenther@novell.com
2198
2199
- Fix XLC object linker complaints. [bnc#713504]
2200
2201
-------------------------------------------------------------------
2202
Sun Aug 21 14:14:41 UTC 2011 - aj@suse.de
2203
2204
- Make --no-copy-dt-needed-entries the default for ld.
2205
2206
-------------------------------------------------------------------
2207
Tue Jul 12 08:54:56 UTC 2011 - rguenther@novell.com
2208
2209
- Add patch for bogus executable stack setting with -flto. [bso#12982]
2210
2211
-------------------------------------------------------------------
2212
Mon Jul 11 08:42:13 UTC 2011 - rguenther@novell.com
2213
2214
- BuildRequire glibc-devel-static to fix static linking tests.
2215
2216
-------------------------------------------------------------------
2217
Tue Jul 5 12:42:10 UTC 2011 - saschpe@suse.de
2218
2219
- Add patch to fix a readelf endless loop bug. [bso#12855]
2220
2221
-------------------------------------------------------------------
2222
Tue Jun 28 08:12:12 UTC 2011 - rguenther@novell.com
2223
2224
- Update to binutils 2.21.1 release.
2225
* Add --interleave-width option to objcopy to allowing copying a range
2226
of bytes from the input to the output with the --interleave option.
2227
* Add support for the TMS320C6000 (TI C6X) processor family.
2228
* Readelf can now display ARM unwind tables (.ARM.exidx / .ARM.extab)
2229
using the -u / --unwind option.
2230
* Add --dyn-syms to readelf to dump dynamic symbol table.
2231
* A new tool - elfedit - has been added to directly manipulate ELF
2232
format binaries.
2233
* Add to dlltool .def file feature of aliasing PE internal symbol name
2234
by '== <ID>' option.
2235
* Add a new command line option -a / --addresses to addr2line to display
2236
the address before function name or source filename.
2237
* Add a new command line option -p / --pretty-print to addr2line to have
2238
a more human readable output.
2239
* The hppa/som targets can now be compiled on any host.
2240
- Add dependency to opcodes from gold.
2241
2242
-------------------------------------------------------------------
2243
Fri Jun 17 15:23:21 CEST 2011 - matz@suse.de
2244
2245
- Add support for x86_64-pep target [needed for Xen fate #311376]
2246
2247
-------------------------------------------------------------------
2248
Thu Jun 9 14:20:07 UTC 2011 - matz@novell.com
2249
2250
- Add patch to support AMD Bulldozer v2 [fate #312149]
2251
2252
-------------------------------------------------------------------
2253
Tue Jun 7 11:03:12 UTC 2011 - rguenther@novell.com
2254
2255
- Update to binutils-2_21-branch head. [bnc#698346]
2256
2257
-------------------------------------------------------------------
2258
Fri May 27 13:46:53 UTC 2011 - rguenther@novell.com
2259
2260
- Disable cross-sh4-binutils.
2261
2262
-------------------------------------------------------------------
2263
Wed May 4 08:47:15 UTC 2011 - rguenther@novell.com
2264
2265
- Update to binutils-2_21-branch head. [bnc#691290]
2266
2267
-------------------------------------------------------------------
2268
Tue Apr 19 12:43:11 UTC 2011 - rguenther@novell.com
2269
2270
- Update to binutils-2_21-branch head. [fate#311554] [fate#311972]
2271
2272
-------------------------------------------------------------------
2273
Mon Jan 10 16:51:10 UTC 2011 - rguenther@novell.com
2274
2275
- Update to binutils 2.21.
2276
* linker plugin support
2277
* AMD Bulldozer enablement
2278
- Disable package fail when testsuite failures occur for now
2279
because of gold (testsuite) issues.
2280
2281
-------------------------------------------------------------------
2282
Tue Jul 27 11:43:24 UTC 2010 - rguenther@novell.com
2283
2284
- drop cross-avr-binutils
2285
2286
-------------------------------------------------------------------
2287
Tue Jul 27 11:23:20 UTC 2010 - coolo@novell.com
2288
2289
- split the gold build into 2 make steps to avoid random
2290
build failures (ugly work around in fact)
2291
2292
-------------------------------------------------------------------
2293
Thu Jul 8 05:28:53 UTC 2010 - jengelh@medozas.de
2294
2295
- Default to creating ELF64 objects under sparc64
2296
2297
-------------------------------------------------------------------
2298
Mon Jun 28 06:38:35 UTC 2010 - jengelh@medozas.de
2299
2300
- use %_smp_mflags
2301
2302
-------------------------------------------------------------------
2303
Mon Apr 12 13:34:27 CEST 2010 - matz@suse.de
2304
2305
- Initialize memory for MALLOC_PERTURB on ppc. [PR gas/11486]
2306
2307
Rewrite history by including this:
2308
Wed Mar 24 17:23:32 CET 2010 - matz@suse.de
2309
2310
- Fix testcase breaking with MALLOC_PERTURB. [bnc #590820]
2311
2312
Sat Feb 13 17:52:11 CET 2010 - rguenther@suse.de
2313
2314
- Drop build counter from the libbfd and libopcode SONAMEs.
2315
2316
Fri Jan 22 15:31:06 CET 2010 - matz@suse.de
2317
2318
- Update to current binutils-2_20-branch. [bnc #561142, #573019]
2319
2320
Wed Jan 13 15:16:44 CET 2010 - matz@novell.com
2321
2322
- Fix removal of unwanted files (man,info,libiberty) on the
2323
cross binutils.
2324
2325
Sat Dec 12 19:09:40 CET 2009 - jengelh@medozas.de
2326
2327
- add baselibs.conf as a source
2328
2329
Mon Dec 7 16:14:27 CET 2009 - jengelh@medozas.de
2330
2331
- SPARC build support for binutils
2332
2333
Wed Nov 4 15:44:30 CET 2009 - matz@suse.de
2334
2335
- Copy from SLE11 SP1. Compared to that add --as-needed by default
2336
patch again.
2337
2338
Mon Oct 19 11:15:51 CEST 2009 - rguenther@suse.de
2339
2340
- Update to binutils 2.20 snapshot.
2341
* disable patches that no longer apply
2342
* disable make check handling everywhere
2343
2344
-------------------------------------------------------------------
2345
Fri Apr 9 14:42:48 CEST 2010 - matz@suse.de
2346
2347
- Fix encoding of LWP instructions, and get rid of 16bit forms.
2348
2349
-------------------------------------------------------------------
2350
Fri Feb 12 16:46:42 CET 2010 - matz@suse.de
2351
2352
- Add more aliases for VPCOM* instructions, xsave64, xrstor64,
2353
and vpermil2p (XOP support).
2354
2355
-------------------------------------------------------------------
2356
Tue Feb 9 13:46:35 CET 2010 - matz@suse.de
2357
2358
- Add support for AMD XOP instructions. [bnc #578249]
2359
2360
-------------------------------------------------------------------
2361
Fri Jan 22 15:40:21 CET 2010 - matz@suse.de
2362
2363
- Update to current binutils-2_20-branch. [bnc #561142, #573019]
2364
2365
-------------------------------------------------------------------
2366
Wed Nov 4 15:44:30 CET 2009 - matz@suse.de
2367
2368
- Update to binutils 2.20 branch, remove patches that went upstream.
2369
Don't activate --as-needed by default for SLE11 SP1.
2370
[fate #306880, #307034]
2371
[bnc #546106, #483978]
2372
2373
-------------------------------------------------------------------
2374
Mon Oct 12 15:11:44 CEST 2009 - rguenther@suse.de
2375
2376
- enable gold plugins, fix build on older distros.
2377
2378
-------------------------------------------------------------------
2379
Wed Oct 7 13:09:04 UTC 2009 - coolo@novell.com
2380
2381
- obsolete binutils-32bit, it can't be left around
2382
2383
-------------------------------------------------------------------
2384
Mon Aug 24 16:53:13 CEST 2009 - rguenther@suse.de
2385
2386
- disable gold build before openSUSE 11.0.
2387
2388
-------------------------------------------------------------------
2389
Thu Aug 20 11:20:43 CEST 2009 - rguenther@suse.de
2390
2391
- add patch to drop .gnu.lto_* sections
2392
2393
-------------------------------------------------------------------
2394
Fri Jun 12 18:18:21 CEST 2009 - coolo@novell.com
2395
2396
- follow only SUSE_ASNEEDED
2397
2398
-------------------------------------------------------------------
2399
Tue Jun 9 14:48:40 CEST 2009 - matz@suse.de
2400
2401
- Use --as-needed by default in the build system.
2402
2403
-------------------------------------------------------------------
2404
Wed May 27 17:12:55 CEST 2009 - rguenther@suse.de
2405
2406
- Update to head of trunk.
2407
- Add patch to fix gold build with glibc 2.10, gcc 4.4.
2408
2409
-------------------------------------------------------------------
2410
Fri Mar 27 14:39:32 CET 2009 - rguenther@suse.de
2411
2412
- Update to head of trunk.
2413
- Add zlib-devel-static BuildRequires to fix testsuite.
2414
- Package gold locales.
2415
2416
-------------------------------------------------------------------
2417
Mon Feb 16 11:50:04 CET 2009 - schwab@suse.de
2418
2419
- Update to head of trunk.
2420
2421
-------------------------------------------------------------------
2422
Mon Feb 16 11:33:53 CET 2009 - rguenther@suse.de
2423
2424
- Update to 2.19.51 snapshot. Fixes build with GCC 4.4.
2425
2426
-------------------------------------------------------------------
2427
Tue Jan 27 17:51:43 CET 2009 - schwab@suse.de
2428
2429
- Update to head of trunk.
2430
2431
-------------------------------------------------------------------
2432
Thu Jan 22 14:20:16 CET 2009 - schwab@suse.de
2433
2434
- Adjust list of extra targets.
2435
2436
-------------------------------------------------------------------
2437
Mon Jan 19 18:19:30 CET 2009 - schwab@suse.de
2438
2439
- Update to head of trunk.
2440
- Add gold.
2441
2442
-------------------------------------------------------------------
2443
Thu Jan 15 16:42:33 CET 2009 - schwab@suse.de
2444
2445
- Use consistent label names.
2446
2447
-------------------------------------------------------------------
2448
Thu Jan 15 08:01:02 CET 2009 - olh@suse.de
2449
2450
- remove Requires: binutils-XXbit in binutils-devel-XXbit package
2451
2452
-------------------------------------------------------------------
2453
Fri Jan 9 14:42:24 CET 2009 - schwab@suse.de
2454
2455
- Fix last change.
2456
2457
-------------------------------------------------------------------
2458
Fri Jan 9 12:44:44 CET 2009 - olh@suse.de
2459
2460
- build binutils and binutils-devel -XXbit packages (bnc#445037)
2461
2462
-------------------------------------------------------------------
2463
Wed Dec 10 12:34:56 CET 2008 - olh@suse.de
2464
2465
- use Obsoletes: -XXbit only for ppc64 to help solver during distupgrade
2466
(bnc#437293)
2467
2468
-------------------------------------------------------------------
2469
Thu Dec 4 17:34:07 CET 2008 - schwab@suse.de
2470
2471
- Update symbol visibility checks during linking on s390.
2472
2473
-------------------------------------------------------------------
2474
Wed Dec 3 13:13:25 CET 2008 - schwab@suse.de
2475
2476
- Fix corner case during link relaxing.
2477
2478
-------------------------------------------------------------------
2479
Thu Nov 27 16:55:54 CET 2008 - schwab@suse.de
2480
2481
- Fix disassembler bug.
2482
- Help some devel users.
2483
2484
-------------------------------------------------------------------
2485
Fri Nov 21 15:03:27 CET 2008 - schwab@suse.de
2486
2487
- Import bugfixes from 2.19 branch.
2488
2489
-------------------------------------------------------------------
2490
Wed Nov 19 17:50:52 CET 2008 - schwab@suse.de
2491
2492
- Fix handling of DW_CFA_advance_loc* in the assembler.
2493
2494
-------------------------------------------------------------------
2495
Mon Nov 10 15:29:56 CET 2008 - schwab@suse.de
2496
2497
- Update last change.
2498
2499
-------------------------------------------------------------------
2500
Fri Nov 7 11:41:37 CET 2008 - schwab@suse.de
2501
2502
- Fix crash in strip.
2503
2504
-------------------------------------------------------------------
2505
Thu Nov 6 11:16:14 CET 2008 - rguenther@suse.de
2506
2507
- build cross-spu-binutils with a /usr/spu sysroot
2508
2509
-------------------------------------------------------------------
2510
Thu Oct 30 12:34:56 CET 2008 - olh@suse.de
2511
2512
- obsolete old -XXbit packages (bnc#437293)
2513
2514
-------------------------------------------------------------------
2515
Mon Oct 20 13:21:04 CEST 2008 - schwab@suse.de
2516
2517
- Update to binutils 2.19.
2518
* Added -wL switch to dump decoded contents of .debug_line.
2519
* Added support for "thin" archives which contain pathnames pointing to
2520
object files rather than the files themselves and which contain a
2521
flattened symbol index for all objects, and archives, which have been
2522
added to the archive.
2523
* Added -F switch to objdump to include file offsets in the disassembly.
2524
* Added -c switch to readelf to allow string dumps of archive symbol index.
2525
* Support for SSE5 has been added to the i386 port.
2526
* Added -p switch to readelf to allow string dumps of sections.
2527
* New pseudo op .cfi_val_encoded_addr, to record constant addresses in unwind
2528
tables without runtime relocation.
2529
* New command line option, -h-tick-hex, for sh, m32c, and h8/300 targets, which
2530
adds compatibility with H'00 style hex constants.
2531
* New command line option, -msse-check=[none|error|warning], for x86
2532
targets.
2533
* New sub-option added to the assembler's -a command line switch to
2534
generate a listing output. The 'g' sub-option will insert into the listing
2535
various information about the assembly, such as assembler version, the
2536
command line options used, and a time stamp.
2537
* New command line option -msse2avx for x86 target to encode SSE
2538
instructions with VEX prefix.
2539
* Add Intel XSAVE, EPT, MOVBE, AES, PCLMUL, AVX/FMA support for x86 target.
2540
* New command line options, -march=CPU[,+EXTENSION...], -mtune=CPU,
2541
-mmnemonic=[att|intel], -msyntax=[att|intel], -mindex-reg,
2542
-mnaked-reg and -mold-gcc, for x86 targets.
2543
* Support for generating wide character strings has been added via the new
2544
pseudo ops: .string16, .string32 and .string64.
2545
* Support for SSE5 has been added to the i386 port.
2546
* Linker scripts support a new INSERT command that makes it easier to
2547
augment the default script.
2548
* Linker script input section filespecs may now specify a file within an
2549
archive by writing "archive:file".
2550
* The --sort-common switch now has an optional argument which specifies the
2551
direction of sorting.
2552
* The M68K linker now supports multiple GOT generation schemes controlled via
2553
the --got=<type> command line option.
2554
* The ARM EABI linker will now generate stubs for function calls to symbols
2555
that are too far away. The placement of the stubs is controlled by a new
2556
linker command line option: --stub-group-size=N.
2557
2558
-------------------------------------------------------------------
2559
Thu Oct 9 11:18:47 CEST 2008 - schwab@suse.de
2560
2561
- Bug fixes.
2562
2563
-------------------------------------------------------------------
2564
Tue Oct 7 17:35:29 CEST 2008 - jblunck@suse.de
2565
2566
- bfd-assign_file_positions_for_load_sections-STRIP_NONDEBUG-fix.diff:
2567
Do not only look at the first section in a segment to decide if it has
2568
contents or not. This fixes the "section ... can't be allocated in segment"
2569
errors when using objcopy --only-keep-debug to create the *.debug files.
2570
2571
-------------------------------------------------------------------
2572
Wed Sep 17 13:22:44 CEST 2008 - schwab@suse.de
2573
2574
- Update to binutils 2.18.91 snapshot.
2575
2576
-------------------------------------------------------------------
2577
Fri Sep 12 12:00:03 CEST 2008 - schwab@suse.de
2578
2579
- Update to head of 2.19 branch.
2580
2581
-------------------------------------------------------------------
2582
Thu Sep 4 11:00:48 CEST 2008 - schwab@suse.de
2583
2584
- Update to head of trunk.
2585
2586
-------------------------------------------------------------------
2587
Fri Aug 8 11:09:38 CEST 2008 - schwab@suse.de
2588
2589
- Update to head of trunk.
2590
2591
-------------------------------------------------------------------
2592
Fri Jul 18 15:08:23 CEST 2008 - schwab@suse.de
2593
2594
- Update to head of trunk.
2595
2596
-------------------------------------------------------------------
2597
Sun Jul 13 16:57:36 CEST 2008 - olh@suse.de
2598
2599
- enable targets i386-macos10, powerpc-macos, powerpc-macos10,
2600
spu-elf unconditionally in binutils
2601
2602
-------------------------------------------------------------------
2603
Fri Jul 11 12:02:45 CEST 2008 - schwab@suse.de
2604
2605
- Update to head of trunk.
2606
2607
-------------------------------------------------------------------
2608
Wed Jun 18 16:07:36 CEST 2008 - schwab@suse.de
2609
2610
- Update to head of trunk.
2611
2612
-------------------------------------------------------------------
2613
Thu Apr 10 12:54:45 CEST 2008 - ro@suse.de
2614
2615
- added baselibs.conf file to build xxbit packages
2616
for multilib support
2617
2618
-------------------------------------------------------------------
2619
Wed Apr 9 16:24:43 CEST 2008 - schwab@suse.de
2620
2621
- Update to head of trunk.
2622
2623
-------------------------------------------------------------------
2624
Tue Mar 25 10:12:29 CET 2008 - schwab@suse.de
2625
2626
- Update to head of trunk.
2627
2628
-------------------------------------------------------------------
2629
Fri Mar 7 11:25:29 CET 2008 - schwab@suse.de
2630
2631
- Update to head of trunk.
2632
2633
-------------------------------------------------------------------
2634
Mon Feb 25 14:21:11 CET 2008 - schwab@suse.de
2635
2636
- Update to head of trunk.
2637
2638
-------------------------------------------------------------------
2639
Fri Feb 15 13:58:17 CET 2008 - schwab@suse.de
2640
2641
- Update to head of trunk.
2642
2643
-------------------------------------------------------------------
2644
Sun Feb 10 09:46:31 CET 2008 - schwab@suse.de
2645
2646
- Allow R_S390_PC32DBL against protected function symbols.
2647
2648
-------------------------------------------------------------------
2649
Fri Feb 1 13:14:45 CET 2008 - schwab@suse.de
2650
2651
- Update to head of trunk.
2652
2653
-------------------------------------------------------------------
2654
Fri Jan 25 15:52:43 CET 2008 - schwab@suse.de
2655
2656
- Update to head of trunk.
2657
2658
-------------------------------------------------------------------
2659
Thu Jan 17 16:31:57 CET 2008 - schwab@suse.de
2660
2661
- Update to head of trunk.
2662
2663
-------------------------------------------------------------------
2664
Thu Jan 10 11:01:46 CET 2008 - schwab@suse.de
2665
2666
- Update to head of trunk.
2667
2668
-------------------------------------------------------------------
2669
Mon Nov 12 16:21:08 CET 2007 - schwab@suse.de
2670
2671
- Update to head of trunk.
2672
2673
-------------------------------------------------------------------
2674
Tue Oct 2 12:55:06 CEST 2007 - schwab@suse.de
2675
2676
- Update to head of trunk.
2677
- Add hppa64 target.
2678
2679
-------------------------------------------------------------------
2680
Mon Sep 3 15:51:39 CEST 2007 - schwab@suse.de
2681
2682
- Add fix for PR4888.
2683
2684
-------------------------------------------------------------------
2685
Thu Jul 26 12:24:59 CEST 2007 - schwab@suse.de
2686
2687
- Update to head of trunk.
2688
2689
-------------------------------------------------------------------
2690
Fri Jul 13 11:28:31 CEST 2007 - schwab@suse.de
2691
2692
- Update to head of trunk.
2693
2694
-------------------------------------------------------------------
2695
Fri Jun 29 14:34:18 CEST 2007 - schwab@suse.de
2696
2697
- Update to head of trunk.
2698
2699
-------------------------------------------------------------------
2700
Fri Jun 22 11:48:38 CEST 2007 - schwab@suse.de
2701
2702
- Update to head of trunk.
2703
- Drop Bdirect patches.
2704
2705
-------------------------------------------------------------------
2706
Mon Jun 11 15:57:58 CEST 2007 - schwab@suse.de
2707
2708
- Update to head of trunk.
2709
2710
-------------------------------------------------------------------
2711
Sat Jun 2 21:35:09 CEST 2007 - schwab@suse.de
2712
2713
- Allow only static linking of lib{bfd,opcodes} outside binutils.
2714
2715
-------------------------------------------------------------------
2716
Tue May 15 12:42:02 CEST 2007 - schwab@suse.de
2717
2718
- Update to head of trunk.
2719
2720
-------------------------------------------------------------------
2721
Fri May 4 11:27:27 CEST 2007 - schwab@suse.de
2722
2723
- Update to binutils CVS HEAD.
2724
- Remove obsolete obsoletes.
2725
2726
-------------------------------------------------------------------
2727
Mon Apr 23 14:55:49 CEST 2007 - olh@suse.de
2728
2729
- Fix POWER6 floating point disassembling [#266874]
2730
2731
-------------------------------------------------------------------
2732
Thu Apr 12 22:08:48 CEST 2007 - schwab@suse.de
2733
2734
- Build cross tools with sysroot.
2735
2736
-------------------------------------------------------------------
2737
Thu Apr 5 10:45:44 CEST 2007 - schwab@suse.de
2738
2739
- Update to binutils CVS HEAD.
2740
- Add spu to the list of cross targets.
2741
2742
-------------------------------------------------------------------
2743
Mon Mar 26 15:45:04 CEST 2007 - rguenther@suse.de
2744
2745
- Add bison and flex BuildRequires.
2746
2747
-------------------------------------------------------------------
2748
Wed Mar 21 11:37:06 CET 2007 - schwab@suse.de
2749
2750
- Update to binutils CVS HEAD.
2751
2752
-------------------------------------------------------------------
2753
Fri Mar 16 19:36:12 CET 2007 - schwab@suse.de
2754
2755
- Update to binutils CVS HEAD.
2756
2757
-------------------------------------------------------------------
2758
Sun Feb 25 10:37:56 CET 2007 - schwab@suse.de
2759
2760
- Add mips to the list of extra targets.
2761
2762
-------------------------------------------------------------------
2763
Tue Feb 20 16:37:22 CET 2007 - schwab@suse.de
2764
2765
- Avoid build failure with interface change.
2766
2767
-------------------------------------------------------------------
2768
Mon Feb 19 16:30:51 CET 2007 - schwab@suse.de
2769
2770
- Update to binutils CVS HEAD.
2771
2772
-------------------------------------------------------------------
2773
Tue Feb 6 16:42:43 CET 2007 - rguenther@suse.de
2774
2775
- Add sh4 to the list of cross targets.
2776
2777
-------------------------------------------------------------------
2778
Fri Feb 2 22:09:16 CET 2007 - schwab@suse.de
2779
2780
- Switch to hashtype=both by default.
2781
2782
-------------------------------------------------------------------
2783
Mon Jan 29 20:50:48 CET 2007 - schwab@suse.de
2784
2785
- Update to binutils CVS HEAD.
2786
2787
-------------------------------------------------------------------
2788
Wed Jan 24 19:39:20 CET 2007 - jw@suse.de
2789
2790
- fixed memory corruption in ld -m avr2 --oformat ihex a
2791
sourceware bugzilla#3874
2792
2793
-------------------------------------------------------------------
2794
Tue Jan 23 11:46:28 CET 2007 - schwab@suse.de
2795
2796
- Update to binutils CVS HEAD.
2797
2798
-------------------------------------------------------------------
2799
Mon Jan 15 23:36:27 CET 2007 - jw@suse.de
2800
2801
- bin/avr-nesc-as symlinked as avr/bin/nesc-as
2802
2803
-------------------------------------------------------------------
2804
Fri Jan 12 01:11:51 CET 2007 - jw@suse.de
2805
2806
- Added avr-nesc-as support (rschiele@gmail.com)
2807
2808
-------------------------------------------------------------------
2809
Mon Jan 8 14:53:45 CET 2007 - schwab@suse.de
2810
2811
- Update to binutils 2.17.50.0.9.
2812
1. Update from binutils 2007 0103.
2813
2. Fix --wrap linker bug.
2814
3. Improve handling ELF binaries generated by foreign ELF linkers.
2815
4. Various ELF M68K bug fixes.
2816
5. Score bug fixes.
2817
6. Don't read past end of archive elements. PR 3704.
2818
7. Improve .eh_frame_hdr section handling.
2819
8. Fix symbol visibility with comdat/linkonce sections in ELF linker.
2820
PR 3666.
2821
9. Fix 4 operand instruction handling in x86 assembler.
2822
10. Properly check the 4th operand in x86 assembler. PR 3712.
2823
11. Fix .cfi_endproc handling in assembler. PR 3607.
2824
12. Various ARM bug fixes.
2825
13. Various PE linker fixes.
2826
14. Improve x86 dissassembler for cmpxchg8b.
2827
- Split off binutils-devel.
2828
2829
-------------------------------------------------------------------
2830
Mon Dec 4 14:09:23 CET 2006 - schwab@suse.de
2831
2832
- Update to binutils 2.17.50.0.8.
2833
1. Update from binutils 2006 1201.
2834
2. Fix "objcopy --only-keep-debug" crash. PR 3609.
2835
3. Fix various ARM ELF bugs.
2836
4. Fix various xtensa bugs.
2837
5. Update x86 disassembler.
2838
2839
-------------------------------------------------------------------
2840
Mon Oct 16 19:24:08 CEST 2006 - schwab@suse.de
2841
2842
- Fix overflow in addend_compare [#209807].
2843
2844
-------------------------------------------------------------------
2845
Fri Oct 13 13:46:42 CEST 2006 - schwab@suse.de
2846
2847
- Update last change.
2848
2849
-------------------------------------------------------------------
2850
Tue Oct 10 13:36:32 CEST 2006 - schwab@suse.de
2851
2852
- Fix invalid debug info.
2853
2854
-------------------------------------------------------------------
2855
Fri Oct 6 18:50:43 CEST 2006 - aj@suse.de
2856
2857
- Improve last patch.
2858
2859
-------------------------------------------------------------------
2860
Fri Oct 6 15:52:28 CEST 2006 - aj@suse.de
2861
2862
- Fix PR210331 (wrong size of empty loadable sections).
2863
2864
-------------------------------------------------------------------
2865
Thu Sep 28 10:56:02 CEST 2006 - schwab@suse.de
2866
2867
- Update to binutils 2.17.50.0.5.
2868
1. Update from binutils 2006 0927.
2869
2. Fix linker regressions of section address and section relative symbol
2870
with empty output section. PR 3223/3267.
2871
3. Fix "strings -T". PR 3257.
2872
4. Fix "objcopy --only-keep-debug". PR 3262.
2873
5. Add Intell iwmmxt2 support.
2874
6. Fix an x86 disassembler bug. PR 3100.
2875
2876
-------------------------------------------------------------------
2877
Wed Sep 27 16:19:16 CEST 2006 - schwab@suse.de
2878
2879
- Fix uninitialized memory.
2880
2881
-------------------------------------------------------------------
2882
Mon Sep 25 11:35:32 CEST 2006 - schwab@suse.de
2883
2884
- Update to binutils 2.17.50.0.4.
2885
1. Update from binutils 2006 0924.
2886
2. Speed up linker on .o files with debug info on linkonce sections.
2887
PR 3111.
2888
3. Added x86-64 PE support.
2889
4. Fix objcopy/strip on .o files with section groups. PR 3181.
2890
5. Fix "ld --hash-style=gnu" crash with gcc 3.4.6. PR 3197.
2891
6. Fix "strip --strip-debug" on .o files generated with
2892
"gcc -feliminate-dwarf2-dups". PR 3186.
2893
7. Fix "ld -r" on .o files generated with "gcc -feliminate-dwarf2-dups".
2894
PR 3249.
2895
8. Add --dynamic-list to linker to make global symbols dynamic.
2896
9. Fix magic number for EFI ia64. PR 3171.
2897
10. Remove PT_NULL segment for "ld -z relro". PR 3015.
2898
11. Make objcopy to perserve the file formats in archive elements.
2899
PR 3110.
2900
12. Optimize x86-64 assembler and fix disassembler for
2901
"add32 mov xx,$eax". PR 3235.
2902
13. Improve linker diagnostics. PR 3107.
2903
14. Fix "ld --sort-section name". PR 3009.
2904
15. Updated an x86 disassembler bug. PR 3000.
2905
16. Various updates for PPC, ARM, MIPS, SH, Xtensa.
2906
17. Added Score support.
2907
2908
-------------------------------------------------------------------
2909
Thu Sep 21 12:43:26 CEST 2006 - schwab@suse.de
2910
2911
- Add support for --dynamic-list.
2912
2913
-------------------------------------------------------------------
2914
Wed Aug 9 13:05:01 CEST 2006 - schwab@suse.de
2915
2916
- Enable -zrelro by default.
2917
2918
-------------------------------------------------------------------
2919
Wed Jul 26 17:53:23 CEST 2006 - schwab@suse.de
2920
2921
- Fix bad gp value [#190362].
2922
2923
-------------------------------------------------------------------
2924
Mon Jul 17 10:48:04 CEST 2006 - schwab@suse.de
2925
2926
- Update to binutils 2.17.50.0.3.
2927
1. Update from binutils 2006 0715.
2928
2. Add --hash-style to ELF linker with DT_GNU_HASH and SHT_GNU_HASH.
2929
3. Fix a visibility bug in ELF linker (PR 2884).
2930
4. Properly fix the i386 TLS linker bug (PR 2513).
2931
5. Add assembler and dissassembler support for Pentium Pro nops.
2932
6. Optimize x86 nops for Pentium Pro and above.
2933
7. Add -march=/-mtune= to x86 assembler.
2934
8. Fix an ELF linker with TLS common symbols.
2935
9. Improve program header allocation in ELF linker.
2936
10. Improve MIPS, M68K and ARM support.
2937
11. Fix an ELF linker crash when reporting alignment change (PR 2735).
2938
12. Remove unused ELF section symbols (PR 2723).
2939
13. Add --localize-hidden to objcopy.
2940
14. Add AMD SSE4a and ABM new instruction support.
2941
15. Properly handle illegal x86 instructions in group 11 (PR 2829).
2942
16. Add "-z max-page-size=" and "-z common-page-size=" to ELF linker.
2943
17. Fix objcopy for .tbss sections.
2944
2945
-------------------------------------------------------------------
2946
Tue Jun 13 17:14:41 CEST 2006 - schwab@suse.de
2947
2948
- Handle hash resizing during as-needed processing.
2949
2950
-------------------------------------------------------------------
2951
Fri Jun 9 15:27:49 CEST 2006 - schwab@suse.de
2952
2953
- Disable hash resizing.
2954
2955
-------------------------------------------------------------------
2956
Sat Jun 3 09:49:27 CEST 2006 - schwab@suse.de
2957
2958
- Fix DT_NEEDED search with --as-needed libraries.
2959
- Fix bfd_hash_lookup.
2960
2961
-------------------------------------------------------------------
2962
Fri May 26 21:38:06 CEST 2006 - schwab@suse.de
2963
2964
- Update to binutils 2.17.50.0.2.
2965
2966
-------------------------------------------------------------------
2967
Mon May 15 13:20:56 CEST 2006 - schwab@suse.de
2968
2969
- Update to binutils 2.17.50.0.1.
2970
2971
-------------------------------------------------------------------
2972
Mon May 8 15:21:55 CEST 2006 - hare@suse.de
2973
2974
- Fix invalid exeception on S/390 when calling res_init()
2975
[#172700 - LTC23600]
2976
2977
-------------------------------------------------------------------
2978
Fri May 5 16:32:26 CEST 2006 - schwab@suse.de
2979
2980
- Fix huge link times [#167593].
2981
2982
-------------------------------------------------------------------
2983
Tue Apr 11 11:44:13 CEST 2006 - schwab@suse.de
2984
2985
- PR ld/2442: fix quadratic behaviour with many relocations [#157119].
2986
- PR ld/2513: fix invalid TLS reloc merging [#162901].
2987
2988
-------------------------------------------------------------------
2989
Mon Apr 3 13:07:29 CEST 2006 - schwab@suse.de
2990
2991
- Add various bug fix backports collected by Alan Modra. Fixes the
2992
following binutils bugs:
2993
* PR ld/2443
2994
* PR ld/2462
2995
* PR ld/2267
2996
* incompatibilities between REL{32,24,14}
2997
* ld -r on ppc64
2998
* -msecure-plt vs TLS
2999
3000
-------------------------------------------------------------------
3001
Fri Mar 31 16:10:44 CEST 2006 - schwab@suse.de
3002
3003
- Fix build race.
3004
3005
-------------------------------------------------------------------
3006
Fri Mar 31 15:49:12 CEST 2006 - matz@suse.de
3007
3008
- Also disallow linking non-PIC .o files into shared libraries on
3009
s390x.
3010
3011
-------------------------------------------------------------------
3012
Fri Mar 31 15:33:39 CEST 2006 - schwab@suse.de
3013
3014
- Fix bfd_find_nearest_line so that gcc -frepo works again.
3015
3016
-------------------------------------------------------------------
3017
Wed Feb 15 17:06:44 CET 2006 - matz@suse.de
3018
3019
- Update -Bdirect and -zdynsort patches.
3020
3021
-------------------------------------------------------------------
3022
Mon Feb 6 19:19:23 CET 2006 - matz@suse.de
3023
3024
- Adjust testsuite for s390 -march=z900 default.
3025
- Disallow linking non-PIC .o files into shared libraries on s390.
3026
3027
-------------------------------------------------------------------
3028
Wed Jan 25 21:30:00 CET 2006 - mls@suse.de
3029
3030
- converted neededforbuild to BuildRequires
3031
3032
-------------------------------------------------------------------
3033
Wed Jan 18 18:26:59 CET 2006 - matz@suse.de
3034
3035
- Add large model patch.
3036
3037
-------------------------------------------------------------------
3038
Tue Jan 17 01:33:51 CET 2006 - schwab@suse.de
3039
3040
- Add patch to fix --gc-sections on ppc64.
3041
- Fix side effect of --enable-targets=arm.
3042
3043
-------------------------------------------------------------------
3044
Wed Jan 11 12:12:30 CET 2006 - schwab@suse.de
3045
3046
- Update to binutils 2.16.91.0.5.
3047
3048
-------------------------------------------------------------------
3049
Tue Jan 10 11:06:32 CET 2006 - rguenther@suse.de
3050
3051
- Don't error out for testsuite failures on hppa.
3052
3053
-------------------------------------------------------------------
3054
Tue Jan 3 10:04:06 CET 2006 - dmueller@suse.de
3055
3056
- Don't create empty rpath components when stripping
3057
3058
-------------------------------------------------------------------
3059
Wed Dec 7 18:35:28 CET 2005 - schwab@suse.de
3060
3061
- Fix handling of SHF_LINK_ORDER links for objcopy.
3062
3063
-------------------------------------------------------------------
3064
Wed Dec 7 15:46:47 CET 2005 - coolo@suse.de
3065
3066
- New -Bdirect patch.
3067
3068
-------------------------------------------------------------------
3069
Fri Dec 2 15:52:28 CET 2005 - schwab@suse.de
3070
3071
- Add experimental -Bdirect patch.
3072
3073
-------------------------------------------------------------------
3074
Thu Nov 24 11:48:11 CET 2005 - schwab@suse.de
3075
3076
- Fix aliasing warning.
3077
3078
-------------------------------------------------------------------
3079
Sun Nov 13 20:27:57 CET 2005 - schwab@suse.de
3080
3081
- Update to binutils 2.16.91.0.4.
3082
3083
-------------------------------------------------------------------
3084
Wed Nov 9 14:48:41 CET 2005 - schwab@suse.de
3085
3086
- Fixes from CVS:
3087
* Don't strip local absolute symbols from linker output.
3088
* Allow equating local symbols to undefined symbols.
3089
3090
-------------------------------------------------------------------
3091
Fri Nov 4 17:16:58 CET 2005 - schwab@suse.de
3092
3093
- Fix more warnings.
3094
3095
-------------------------------------------------------------------
3096
Wed Nov 2 13:26:25 CET 2005 - schwab@suse.de
3097
3098
- Fix warnings.
3099
3100
-------------------------------------------------------------------
3101
Thu Oct 27 13:12:06 CEST 2005 - aj@suse.de
3102
3103
- Spell fix.
3104
3105
-------------------------------------------------------------------
3106
Wed Sep 28 17:13:27 CEST 2005 - schwab@suse.de
3107
3108
- Add target i386-pe on ix86 and x86_64.
3109
3110
-------------------------------------------------------------------
3111
Fri Sep 16 17:10:52 CEST 2005 - schwab@suse.de
3112
3113
- Update to binutils 2.16.91.0.3.
3114
3115
-------------------------------------------------------------------
3116
Thu Sep 1 14:05:00 CEST 2005 - schwab@suse.de
3117
3118
- Fix objdump -adjust-vma on non-relocatable object [#114666].
3119
3120
-------------------------------------------------------------------
3121
Wed Aug 10 13:37:20 CEST 2005 - schwab@suse.de
3122
3123
- Replace last change by a simpler fix.
3124
3125
-------------------------------------------------------------------
3126
Sat Aug 6 15:00:51 CEST 2005 - schwab@suse.de
3127
3128
- Add hook for resetting GP after each relaxing pass.
3129
3130
-------------------------------------------------------------------
3131
Fri Aug 5 10:51:30 CEST 2005 - matz@suse.de
3132
3133
- Fix alpha again.
3134
3135
-------------------------------------------------------------------
3136
Wed Aug 3 16:00:40 CEST 2005 - schwab@suse.de
3137
3138
- Don't warn on overflow in the assembler if emitting a reloc on ppc
3139
[#100189].
3140
- Fix handling of discarded linkonce sections [#84608].
3141
3142
-------------------------------------------------------------------
3143
Tue Aug 2 15:27:47 CEST 2005 - schwab@suse.de
3144
3145
- Avoid generating R_IA64_NONE.
3146
3147
-------------------------------------------------------------------
3148
Tue Aug 2 12:58:30 CEST 2005 - uli@suse.de
3149
3150
- disabled make check on ARM (one test fills up the hard disk;
3151
not a QEMU problem, happens on real hardware, too)
3152
3153
-------------------------------------------------------------------
3154
Mon Jul 25 14:29:41 CEST 2005 - schwab@suse.de
3155
3156
- Fix syntax error in libtool library files [#98185].
3157
3158
-------------------------------------------------------------------
3159
Thu Jul 21 22:35:11 CEST 2005 - schwab@suse.de
3160
3161
- Update to binutils 2.16.91.0.2.
3162
3163
-------------------------------------------------------------------
3164
Thu Jun 23 13:26:37 CEST 2005 - schwab@suse.de
3165
3166
- Update to binutils 2.16.91.0.1.
3167
3168
-------------------------------------------------------------------
3169
Wed Jun 22 10:05:27 CEST 2005 - schwab@suse.de
3170
3171
- Add patch to properly handle indirect symbols.
3172
3173
-------------------------------------------------------------------
3174
Fri May 20 11:48:01 CEST 2005 - schwab@suse.de
3175
3176
- Fix ld testsuite.
3177
3178
-------------------------------------------------------------------
3179
Tue May 17 22:12:33 CEST 2005 - schwab@suse.de
3180
3181
- Fix overflows in BFD library [#81821].
3182
3183
-------------------------------------------------------------------
3184
Wed May 11 10:47:00 CEST 2005 - schwab@suse.de
3185
3186
- Update to binutils 2.16.90.0.3.
3187
- Build with -Wno-error in beta.
3188
3189
-------------------------------------------------------------------
3190
Sat May 7 23:34:32 CEST 2005 - schwab@suse.de
3191
3192
- Add patch to properly put unwind sections into section groups.
3193
- Fix avr assembler.
3194
3195
-------------------------------------------------------------------
3196
Sat May 7 20:37:24 CEST 2005 - matz@suse.de
3197
3198
- added alpha cross target.
3199
3200
-------------------------------------------------------------------
3201
Tue May 3 21:08:16 CEST 2005 - jw@suse.de
3202
3203
- added target avr.
3204
3205
-------------------------------------------------------------------
3206
Sun May 1 12:29:44 CEST 2005 - schwab@suse.de
3207
3208
- Update to binutils 2.16.90.0.2.
3209
3210
-------------------------------------------------------------------
3211
Thu Apr 28 13:51:22 CEST 2005 - schwab@suse.de
3212
3213
- Update patch for last change.
3214
3215
-------------------------------------------------------------------
3216
Mon Apr 25 10:01:33 CEST 2005 - matz@suse.de
3217
3218
- Fix breakage on alpha
3219
3220
-------------------------------------------------------------------
3221
Wed Apr 20 13:01:06 CEST 2005 - bg@suse.de
3222
3223
- remove additional target hppa64
3224
- remove obsolete hppa patch
3225
- enable tests
3226
3227
-------------------------------------------------------------------
3228
Sun Apr 17 23:45:12 CEST 2005 - schwab@suse.de
3229
3230
- Accept empty symbol names.
3231
- Fix bugs related to section groups.
3232
3233
-------------------------------------------------------------------
3234
Wed Apr 13 16:38:52 CEST 2005 - schwab@suse.de
3235
3236
- Fix mips assembler.
3237
3238
-------------------------------------------------------------------
3239
Mon Apr 11 20:41:38 CEST 2005 - schwab@suse.de
3240
3241
- Add patch to fix AS_NEEDED.
3242
3243
-------------------------------------------------------------------
3244
Sun Apr 10 22:02:45 CEST 2005 - schwab@suse.de
3245
3246
- Update to binutils 2.16.90.0.1.
3247
3248
-------------------------------------------------------------------
3249
Wed Apr 6 18:15:54 CEST 2005 - schwab@suse.de
3250
3251
- Cleanup neededforbuild.
3252
- Fix compilation with gcc4.
3253
3254
-------------------------------------------------------------------
3255
Wed Apr 6 06:52:20 CEST 2005 - meissner@suse.de
3256
3257
- Added gettext-devel to neededforbuild.
3258
3259
-------------------------------------------------------------------
3260
Wed Apr 6 00:12:43 CEST 2005 - schwab@suse.de
3261
3262
- Revert last change (don't disable parallel build).
3263
3264
-------------------------------------------------------------------
3265
Tue Apr 5 23:03:47 CEST 2005 - meissner@suse.de
3266
3267
- Added gettext-devel to neededforbuild.
3268
3269
-------------------------------------------------------------------
3270
Wed Mar 30 13:50:59 CEST 2005 - schwab@suse.de
3271
3272
- Support AS_NEEDED in linker script.
3273
3274
-------------------------------------------------------------------
3275
Fri Feb 18 11:30:31 CET 2005 - schwab@suse.de
3276
3277
- Update to binutils 2.15.94.0.2.2.
3278
3279
-------------------------------------------------------------------
3280
Thu Feb 3 18:41:14 CET 2005 - schwab@suse.de
3281
3282
- Fix ld testsuite for gcc4.
3283
3284
-------------------------------------------------------------------
3285
Mon Jan 31 00:56:51 CET 2005 - schwab@suse.de
3286
3287
- Add patch to properly handle protected functions for ia32 and x86_64.
3288
3289
-------------------------------------------------------------------
3290
Thu Jan 20 02:11:31 CET 2005 - schwab@suse.de
3291
3292
- Fix last change.
3293
3294
-------------------------------------------------------------------
3295
Wed Jan 19 20:52:29 CET 2005 - schwab@suse.de
3296
3297
- Handle biarch targets also for cross binutils.
3298
3299
-------------------------------------------------------------------
3300
Sat Jan 8 21:42:54 CET 2005 - schwab@suse.de
3301
3302
- Update to binutils 2.15.94.0.2.
3303
- Enable more targets.
3304
3305
-------------------------------------------------------------------
3306
Tue Nov 23 13:27:34 CET 2004 - schwab@suse.de
3307
3308
- Update to binutils 2.15.94.0.1.
3309
3310
-------------------------------------------------------------------
3311
Thu Oct 14 02:59:16 CEST 2004 - schwab@suse.de
3312
3313
- Remove broken check.
3314
3315
-------------------------------------------------------------------
3316
Wed Oct 13 14:08:46 CEST 2004 - schwab@suse.de
3317
3318
- Fix ppc asm operand parsing.
3319
3320
-------------------------------------------------------------------
3321
Fri Oct 8 15:25:40 CEST 2004 - schwab@suse.de
3322
3323
- Update to binutils 2.15.92.0.2.
3324
3325
-------------------------------------------------------------------
3326
Thu Sep 9 22:22:46 CEST 2004 - schwab@suse.de
3327
3328
- Fix last change.
3329
3330
-------------------------------------------------------------------
3331
Thu Sep 2 17:36:46 CEST 2004 - schwab@suse.de
3332
3333
- Fix relro alignment.
3334
3335
-------------------------------------------------------------------
3336
Sat Aug 21 19:47:27 CEST 2004 - coolo@suse.de
3337
3338
- also build cross binutils for ppc64
3339
3340
-------------------------------------------------------------------
3341
Fri Aug 6 16:17:54 CEST 2004 - schwab@suse.de
3342
3343
- Fix crash in ld [#43550].
3344
3345
-------------------------------------------------------------------
3346
Wed Aug 4 17:17:40 CEST 2004 - schwab@suse.de
3347
3348
- Add patch for PR binutils/290.
3349
3350
-------------------------------------------------------------------
3351
Sun Aug 1 14:39:04 CEST 2004 - schwab@suse.de
3352
3353
- Make error about relocs against discarded sections non-fatal for now.
3354
3355
-------------------------------------------------------------------
3356
Wed Jul 28 22:04:22 CEST 2004 - schwab@suse.de
3357
3358
- Update to binutils 2.15.91.0.2.
3359
3360
-------------------------------------------------------------------
3361
Sat Jun 5 01:26:59 CEST 2004 - schwab@suse.de
3362
3363
- Update to binutils 2.15.91.0.1.
3364
3365
-------------------------------------------------------------------
3366
Tue May 4 09:50:23 CEST 2004 - coolo@suse.de
3367
3368
- created cross-*-binutils in the same directory reusing create-cross.sh
3369
as pre_checkin.sh
3370
3371
-------------------------------------------------------------------
3372
Fri Apr 16 08:09:43 CEST 2004 - aj@suse.de
3373
3374
- Fix some offset expressions.
3375
3376
-------------------------------------------------------------------
3377
Thu Apr 15 20:07:08 CEST 2004 - aj@suse.de
3378
3379
- Update to binutils 2.15.90.0.3.
3380
3381
-------------------------------------------------------------------
3382
Wed Apr 14 09:23:08 CEST 2004 - aj@suse.de
3383
3384
- Update to binutils 2.15.90.0.2.
3385
3386
-------------------------------------------------------------------
3387
Fri Mar 26 12:25:38 CET 2004 - meissner@suse.de
3388
3389
- Added ppc64 patch to drop excess symbols in shared libraries.
3390
3391
-------------------------------------------------------------------
3392
Tue Mar 23 13:43:53 CET 2004 - schwab@suse.de
3393
3394
- Fix --wrap on PPC64 [#34903].
3395
3396
-------------------------------------------------------------------
3397
Tue Mar 16 16:17:36 CET 2004 - mludvig@suse.cz
3398
3399
- Added support for VIA PadLock.
3400
- Merged obsolete fix-clflush.patch into opcode-i386.diff
3401
3402
-------------------------------------------------------------------
3403
Fri Mar 12 10:20:18 CET 2004 - aj@suse.de
3404
3405
- Fix sysenter.
3406
- Fix x86 clflush disassembly.
3407
3408
-------------------------------------------------------------------
3409
Wed Mar 10 13:16:57 CET 2004 - schwab@suse.de
3410
3411
- Fix a possible race in the PLT.
3412
3413
-------------------------------------------------------------------
3414
Mon Mar 8 19:55:36 CET 2004 - aj@suse.de
3415
3416
- Fix cfi testsuite on s390x.
3417
3418
-------------------------------------------------------------------
3419
Mon Mar 8 16:19:38 CET 2004 - hare@suse.de
3420
3421
- Enable s390 biarch backend.
3422
- Fix Invalid .insn from gas on s390.
3423
3424
-------------------------------------------------------------------
3425
Mon Mar 8 10:11:11 CET 2004 - aj@suse.de
3426
3427
- Fix fde alignment.
3428
3429
-------------------------------------------------------------------
3430
Sat Mar 6 07:42:23 CET 2004 - aj@suse.de
3431
3432
- Update to binutils-2.15.90.0.1.1 which incorporates the last two
3433
changes.
3434
3435
-------------------------------------------------------------------
3436
Fri Mar 5 11:56:08 CET 2004 - schwab@suse.de
3437
3438
- Fix align handling.
3439
3440
-------------------------------------------------------------------
3441
Thu Mar 4 18:48:23 CET 2004 - aj@suse.de
3442
3443
- Install as manpage.
3444
3445
-------------------------------------------------------------------
3446
Thu Mar 4 06:35:51 CET 2004 - aj@suse.de
3447
3448
- Update to binutils-2.15.90.0.1.
3449
3450
-------------------------------------------------------------------
3451
Fri Feb 27 13:42:36 CET 2004 - schwab@suse.de
3452
3453
- Support POSIX-compatible argument parsing in ar [#33775].
3454
- Fix textrel patch.
3455
3456
-------------------------------------------------------------------
3457
Thu Feb 26 15:37:22 CET 2004 - schwab@suse.de
3458
3459
- Fix spurious DT_TEXTREL.
3460
3461
-------------------------------------------------------------------
3462
Wed Feb 25 09:11:33 CET 2004 - matz@suse.de
3463
3464
- Enable new dtags by default.
3465
3466
-------------------------------------------------------------------
3467
Fri Feb 13 12:40:15 CET 2004 - hare@suse.de
3468
3469
- Fix memcmp bug in gas/dwarf2dbg.c
3470
3471
-------------------------------------------------------------------
3472
Thu Feb 12 08:14:30 CET 2004 - bg@suse.de
3473
3474
- Workaround for ICE in elf32_hppa_relocate_section.
3475
3476
-------------------------------------------------------------------
3477
Thu Jan 15 14:02:08 CET 2004 - aj@suse.de
3478
3479
- Fix common page size on ppc.
3480
- Update to binutils 2.14.90.0.8.
3481
3482
-------------------------------------------------------------------
3483
Mon Jan 12 08:14:24 CET 2004 - aj@suse.de
3484
3485
- Fix PPC64 TLS bug.
3486
3487
-------------------------------------------------------------------
3488
Fri Dec 12 23:17:58 CET 2003 - schwab@suse.de
3489
3490
- Fix file list.
3491
3492
-------------------------------------------------------------------
3493
Tue Dec 2 16:34:40 CET 2003 - schwab@suse.de
3494
3495
- Fix last change for ia64.
3496
3497
-------------------------------------------------------------------
3498
Mon Nov 24 18:13:54 CET 2003 - aj@suse.de
3499
3500
- Fix handling of '/' in gas on x86 platforms.
3501
3502
-------------------------------------------------------------------
3503
Thu Oct 30 06:23:28 CET 2003 - aj@suse.de
3504
3505
- Update to binutils 2.14.90.0.7:
3506
1. Update from binutils 2003 1029.
3507
2. Allow type changes for undefined symbols.
3508
3. Fix EH frame optimization.
3509
4. Fix the check for undefined versioned symbol with wildcard.
3510
5. Support generating code for Itanium.
3511
6. Detect and warn bad symbol index.
3512
7. Update IPF assemebler DV check.
3513
3514
-------------------------------------------------------------------
3515
Fri Oct 17 22:48:27 CEST 2003 - schwab@suse.de
3516
3517
- Update dv warning patch once more.
3518
- Disable -Wunused during testsuite.
3519
3520
-------------------------------------------------------------------
3521
Fri Oct 17 12:15:22 CEST 2003 - schwab@suse.de
3522
3523
- Update dv warning patch.
3524
3525
-------------------------------------------------------------------
3526
Wed Oct 15 15:38:54 CEST 2003 - aj@suse.de
3527
3528
- Build as non-root user.
3529
3530
-------------------------------------------------------------------
3531
Fri Oct 3 13:18:19 CEST 2003 - kukuk@suse.de
3532
3533
- Remove tetex from neededforbuild
3534
3535
-------------------------------------------------------------------
3536
Wed Oct 1 15:44:01 CEST 2003 - schwab@suse.de
3537
3538
- Fix spurious dv conflict warning.
3539
- Don't ignore testsuite failures on ia64.
3540
3541
-------------------------------------------------------------------
3542
Fri Sep 26 15:56:12 CEST 2003 - aj@suse.de
3543
3544
- Update to binutils-2.14.90.0.6.
3545
3546
-------------------------------------------------------------------
3547
Fri Aug 29 11:41:46 CEST 2003 - aj@suse.de
3548
3549
- Add patch to speed up linker.
3550
3551
-------------------------------------------------------------------
3552
Tue Aug 19 10:31:43 CEST 2003 - aj@suse.de
3553
3554
- disable unit-at-a-time for some tests so that they pass (otherwise
3555
some sections are reordered).
3556
3557
-------------------------------------------------------------------
3558
Fri Aug 8 19:52:50 CEST 2003 - schwab@suse.de
3559
3560
- Fix generation of efi-app binaries.
3561
3562
-------------------------------------------------------------------
3563
Tue Jul 29 13:22:40 CEST 2003 - meissner@suse.de
3564
3565
- Fix ppc64 bitmask detection (from current CVS).
3566
3567
-------------------------------------------------------------------
3568
Fri Jul 25 17:07:18 CEST 2003 - schwab@suse.de
3569
3570
- Readd workaround for missing DESTDIR support.
3571
3572
-------------------------------------------------------------------
3573
Thu Jul 24 12:05:59 CEST 2003 - aj@suse.de
3574
3575
- Update to binutils 2.14.90.0.5.
3576
3577
-------------------------------------------------------------------
3578
Wed Jul 16 15:01:59 CEST 2003 - mludvig@suse.cz
3579
3580
- Reverted Alan Modra's patch for .debug_line generation.
3581
http://sources.redhat.com/ml/binutils/2003-07/msg00294.html
3582
3583
-------------------------------------------------------------------
3584
Fri Jul 4 07:17:27 CEST 2003 - olh@suse.de
3585
3586
- update to binutils-2.14.90.0.4-cvs20030704.diff.bz2
3587
3588
-------------------------------------------------------------------
3589
Wed Jul 2 12:59:30 CEST 2003 - olh@suse.de
3590
3591
- add binutils-ppc64-mminimal-toc.patch
3592
--disable-nls in cross-binutils, remove man and info to
3593
avoid file conflicts with multiple cross-binutils packages
3594
3595
-------------------------------------------------------------------
3596
Wed Jul 2 08:45:19 CEST 2003 - aj@suse.de
3597
3598
- Support z990 instructions.
3599
3600
-------------------------------------------------------------------
3601
Mon Jun 30 07:30:02 CEST 2003 - olh@suse.de
3602
3603
- add binutils_x86_64_bfd_c90.patch
3604
3605
-------------------------------------------------------------------
3606
Fri Jun 27 17:04:18 CEST 2003 - olh@suse.de
3607
3608
- update to binutils-2.14.90.0.4-cvs20030627.diff.bz2
3609
use DESTDIR
3610
3611
-------------------------------------------------------------------
3612
Tue Jun 24 07:54:01 CEST 2003 - coolo@suse.de
3613
3614
- ignore rpaths only for > 8.2
3615
3616
-------------------------------------------------------------------
3617
Mon Jun 23 12:42:43 CEST 2003 - coolo@suse.de
3618
3619
- removed %ifarch mips
3620
3621
-------------------------------------------------------------------
3622
Wed Jun 18 21:06:52 CEST 2003 - aj@suse.de
3623
3624
- Fix CFI alignment bugs.
3625
3626
-------------------------------------------------------------------
3627
Wed Jun 18 09:01:07 CEST 2003 - olh@suse.de
3628
3629
- update to binutils-2.14.90.0.4-cvs20030618.diff.bz2
3630
- provide an option to test a vanilla binutils release,
3631
provide an option to not apply patches that break the testsuite
3632
3633
-------------------------------------------------------------------
3634
Tue Jun 17 09:18:43 CEST 2003 - coolo@suse.de
3635
3636
- apply the cvs diff on all architectures and sort out the other
3637
patches
3638
- use %find_lang
3639
- apply objcopy.c patch to add --only-keep-debug option to strip
3640
and objcopy
3641
3642
-------------------------------------------------------------------
3643
Fri Jun 13 08:10:01 CEST 2003 - olh@suse.de
3644
3645
- use binutils-2.14.90.0.4-cvs20030613.diff.bz2 on ppc/ppc64
3646
to remove the -mminimal-toc requirement on ppc64
3647
3648
-------------------------------------------------------------------
3649
Thu Jun 12 14:03:50 CEST 2003 - aj@suse.de
3650
3651
- Fix directory file list.
3652
3653
-------------------------------------------------------------------
3654
Thu Jun 5 11:04:04 CEST 2003 - ro@suse.de
3655
3656
- fix dangling ldscripts symlink for lib64 platforms
3657
3658
-------------------------------------------------------------------
3659
Thu Jun 5 09:56:58 CEST 2003 - aj@suse.de
3660
3661
- Fix typo in CFI calculation.
3662
- Make .eh_frame section read-only.
3663
- Add more CFI directives.
3664
3665
-------------------------------------------------------------------
3666
Thu Jun 5 08:30:12 CEST 2003 - coolo@suse.de
3667
3668
- integrating patch to ignore rpaths listed in a file specified
3669
by $SUSE_IGNORED_RPATHS (supposed to be set to /etc/ld.so.conf)
3670
3671
-------------------------------------------------------------------
3672
Mon Jun 2 16:13:36 CEST 2003 - aj@suse.de
3673
3674
- Fix addend relocation with CFI.
3675
3676
-------------------------------------------------------------------
3677
Sat May 31 21:49:33 CEST 2003 - aj@suse.de
3678
3679
- Handle GOT with more than 8191 entries corect on PowerPC.
3680
- Fix dwarf2 CFI bugs.
3681
3682
-------------------------------------------------------------------
3683
Fri May 30 13:19:13 CEST 2003 - aj@suse.de
3684
3685
- Update to binutils 2.14.90.0.4.
3686
- Improve cfi support.
3687
3688
-------------------------------------------------------------------
3689
Wed May 21 09:45:36 CEST 2003 - aj@suse.de
3690
3691
- Fix cfi build problems on ia64 and add latest revision of patch.
3692
3693
-------------------------------------------------------------------
3694
Tue May 20 15:10:19 CEST 2003 - aj@suse.de
3695
3696
- Fix elf visibility problem.
3697
- Add cfi directives.
3698
3699
-------------------------------------------------------------------
3700
Sat May 17 11:52:31 CEST 2003 - aj@suse.de
3701
3702
- Update to binutils 2.14.90.0.2.
3703
3704
-------------------------------------------------------------------
3705
Thu May 15 13:44:59 CEST 2003 - aj@suse.de
3706
3707
- Allow testsuite to fail on sparc.
3708
3709
-------------------------------------------------------------------
3710
Wed May 14 22:43:19 CEST 2003 - schwab@suse.de
3711
3712
- Workaround lack of DESTDIR support.
3713
- Make sure libbfd is installed before libopcodes.
3714
3715
-------------------------------------------------------------------
3716
Wed May 14 16:13:43 CEST 2003 - aj@suse.de
3717
3718
- Link libopcodes against libbfd.
3719
- Fix package list.
3720
3721
-------------------------------------------------------------------
3722
Mon May 12 17:29:55 CEST 2003 - aj@suse.de
3723
3724
- Fix bugs and testsuite on s390.
3725
3726
-------------------------------------------------------------------
3727
Wed May 7 09:28:28 CEST 2003 - aj@suse.de
3728
3729
- Fix bugs in creation of large files.
3730
3731
-------------------------------------------------------------------
3732
Tue May 6 08:26:21 CEST 2003 - aj@suse.de
3733
3734
- Update to version 2.14.90.0.1.
3735
3736
-------------------------------------------------------------------
3737
Mon Apr 28 23:05:08 CEST 2003 - schwab@suse.de
3738
3739
- Update ia64 relaxation bug fix.
3740
3741
-------------------------------------------------------------------
3742
Fri Apr 25 17:16:57 CEST 2003 - aj@suse.de
3743
3744
- Fix ia64 relaxation bugs.
3745
3746
-------------------------------------------------------------------
3747
Thu Apr 24 19:11:20 CEST 2003 - olh@suse.de
3748
3749
- add binutils-2.13-ppc32-ld-symbol-version.patch
3750
add binutils-2.13-ppc32-fPIC.patch
3751
fail to link shared libs compiled without -fPIC
3752
run make check with -k after this change
3753
3754
-------------------------------------------------------------------
3755
Thu Apr 24 12:20:23 CEST 2003 - ro@suse.de
3756
3757
- fix install_info --delete call and move from preun to postun
3758
3759
-------------------------------------------------------------------
3760
Tue Apr 8 10:06:59 CEST 2003 - adrian@suse.de
3761
3762
- fix build for mips
3763
3764
-------------------------------------------------------------------
3765
Sat Mar 22 15:38:36 CET 2003 - aj@suse.de
3766
3767
- Update to 2.13.0.90.20.
3768
3769
-------------------------------------------------------------------
3770
Wed Mar 19 10:22:19 CET 2003 - aj@suse.de
3771
3772
- Do not depend on binutils installation.
3773
3774
-------------------------------------------------------------------
3775
Wed Mar 19 08:48:02 CET 2003 - aj@suse.de
3776
3777
- Fix crash in ld with overly long command lines (#23743).
3778
3779
-------------------------------------------------------------------
3780
Thu Feb 27 14:37:15 CET 2003 - aj@suse.de
3781
3782
- Package all libiberty include files.
3783
3784
-------------------------------------------------------------------
3785
Wed Feb 19 17:00:07 CET 2003 - stepan@suse.de
3786
3787
- add create-cross.sh to easily create cross-binutils packages.
3788
3789
-------------------------------------------------------------------
3790
Tue Feb 18 12:23:41 CET 2003 - aj@suse.de
3791
3792
- Run testsuite.
3793
3794
-------------------------------------------------------------------
3795
Fri Feb 14 07:34:52 CET 2003 - aj@suse.de
3796
3797
- Fix symbol relocations with versioning.
3798
3799
-------------------------------------------------------------------
3800
Mon Feb 10 09:10:12 CET 2003 - aj@suse.de
3801
3802
- Fix real.plt on s390.
3803
3804
-------------------------------------------------------------------
3805
Fri Feb 7 10:03:11 CET 2003 - aj@suse.de
3806
3807
- Fix dwarf2 filenames.
3808
3809
-------------------------------------------------------------------
3810
Thu Feb 6 17:13:05 CET 2003 - aj@suse.de
3811
3812
- Fix frame header sign extension bug (#23318)
3813
- Fix library path for 64-bit platforms
3814
- Fix x86-64 disassembler.
3815
3816
-------------------------------------------------------------------
3817
Thu Feb 6 14:25:21 CET 2003 - stepan@suse.de
3818
3819
- Add alpha TLS patch
3820
3821
-------------------------------------------------------------------
3822
Sat Feb 1 12:36:50 CET 2003 - aj@suse.de
3823
3824
- Add sparc TLS patch.
3825
3826
-------------------------------------------------------------------
3827
Sat Jan 25 21:45:26 CET 2003 - aj@suse.de
3828
3829
- Update to binutils 2.13.90.0.18 which includes:
3830
* Fix some ia64 gas bugs.
3831
* Fix TLS bugs.
3832
* Fix ELF/ppc bugs.
3833
3834
-------------------------------------------------------------------
3835
Tue Jan 14 18:28:58 CET 2003 - bg@suse.de
3836
3837
- add hppa relocation patch from "John David Anglin"
3838
<dave@hiauly1.hia.nrc.ca>
3839
3840
-------------------------------------------------------------------
3841
Sat Dec 14 13:28:40 CET 2002 - adrian@suse.de
3842
3843
- add additional mips64 target on mips
3844
- use mips patches which came with the tar ball on mips
3845
- disable "make check" on mips for now
3846
3847
-------------------------------------------------------------------
3848
Fri Dec 6 17:19:03 CET 2002 - schwab@suse.de
3849
3850
- Update to binutils 2.13.90.0.16.
3851
3852
-------------------------------------------------------------------
3853
Wed Dec 4 12:26:40 CET 2002 - olh@suse.de
3854
3855
- add ppc64-binutils-ld-makecheck.diff, enable make check on ppc64
3856
3857
-------------------------------------------------------------------
3858
Sat Nov 23 14:10:57 CET 2002 - olh@suse.de
3859
3860
- add ppc64-binutils-ld-no256mbsegments.diff
3861
revert the binutils change that moved text and data into separate
3862
256M address ranges, at least until the glibc dynamic loader
3863
can handle such binaries gracefully.
3864
3865
-------------------------------------------------------------------
3866
Tue Nov 5 15:10:21 CET 2002 - bg@suse.de
3867
3868
- Enable hppa build
3869
- Add support for hppa64
3870
3871
-------------------------------------------------------------------
3872
Thu Oct 24 08:21:16 CEST 2002 - aj@suse.de
3873
3874
- Fix allocation of orphaned sections to aviod problems with strip.
3875
- Fix another problem on alpha with orphaned sections.
3876
3877
-------------------------------------------------------------------
3878
Tue Oct 15 16:34:44 CEST 2002 - aj@suse.de
3879
3880
- Install libiberty.h [Fixes #20941].
3881
3882
-------------------------------------------------------------------
3883
Mon Oct 14 10:51:17 CEST 2002 - aj@suse.de
3884
3885
- Update to binutils-2.13.90.0.10.
3886
3887
-------------------------------------------------------------------
3888
Tue Oct 1 09:17:02 CEST 2002 - aj@suse.de
3889
3890
- Update to binutils-2.13.90.0.5.
3891
- Add tls support for x86-64.
3892
- Fix tls support for i386.
3893
3894
-------------------------------------------------------------------
3895
Mon Sep 16 16:52:08 CEST 2002 - schwab@suse.de
3896
3897
- Enable use of brl for out of range branch fixup.
3898
3899
-------------------------------------------------------------------
3900
Sun Sep 1 10:58:27 CEST 2002 - aj@suse.de
3901
3902
- Fix LIB_PATH for x86_64.
3903
3904
-------------------------------------------------------------------
3905
Fri Aug 30 21:04:01 CEST 2002 - bk@suse.de
3906
3907
- enable s390 as additional target on s390x
3908
- fix LIB_PATH for elf_s390 emulation to not use lib64 paths
3909
- fix LIB_PATH for elf64_s390 to include /usr/local/lib64 and /lib64
3910
- delete -fsigned-char for binutils on s390/s390x
3911
3912
-------------------------------------------------------------------
3913
Tue Aug 27 14:46:14 CEST 2002 - aj@suse.de
3914
3915
- Fix x86-64 gotpcrel generation.
3916
- Add fix for bugs in gas on i386 where GOT references where
3917
miscompiled and fix problem with absolute section.
3918
- Fix reference counting on various platforms.
3919
- Fix counting of definitions in shared objects
3920
3921
-------------------------------------------------------------------
3922
Fri Jul 19 12:57:07 CEST 2002 - schwab@suse.de
3923
3924
- Update to binutils 2.12.90.0.15.
3925
3926
-------------------------------------------------------------------
3927
Sat Jul 13 18:51:24 CEST 2002 - schwab@suse.de
3928
3929
- Add fix for ia64 indirect call encoding bug.
3930
3931
-------------------------------------------------------------------
3932
Thu Jul 11 10:24:41 CEST 2002 - aj@suse.de
3933
3934
- Fix generation of nops for x86-64.
3935
3936
-------------------------------------------------------------------
3937
Wed Jul 10 09:02:57 CEST 2002 - aj@suse.de
3938
3939
- Fix -ffunction sections.
3940
3941
-------------------------------------------------------------------
3942
Tue Jul 9 19:08:51 CEST 2002 - olh@suse.de
3943
3944
- add patches for gas biarch support on ppc
3945
binutils-2.12.90.0.14-cvs.diff 20020709
3946
binutils_ppc_biarch_gas.diff
3947
binutils_ppc_biarch_gas_weaksym.diff
3948
3949
-------------------------------------------------------------------
3950
Fri Jul 5 11:04:48 CEST 2002 - kukuk@suse.de
3951
3952
- Use %ix86 macro
3953
3954
-------------------------------------------------------------------
3955
Wed Jul 3 20:21:22 CEST 2002 - aj@suse.de
3956
3957
- Update to binutils 2.12.90.0.14.
3958
- Remove patches that have been integrated.
3959
3960
-------------------------------------------------------------------
3961
Tue Jul 2 19:28:43 CEST 2002 - bk@suse.de
3962
3963
- add fixes for s390(x) - should make this version work for s390.
3964
3965
-------------------------------------------------------------------
3966
Wed Jun 26 09:10:38 CEST 2002 - aj@suse.de
3967
3968
- Do not discard empty sections (otherwise the kernel build will
3969
break).
3970
3971
-------------------------------------------------------------------
3972
Thu Jun 20 21:57:05 CEST 2002 - adrian@suse.de
3973
3974
- Update to binutils 2.12.90.0.12.
3975
* Update from binutils 2002 0618.
3976
* Fix an mips assembler bug.
3977
- remove s390-testsuite.patch, it is inside 2.12.90.0.12 now
3978
3979
-------------------------------------------------------------------
3980
Mon Jun 17 16:26:14 CEST 2002 - aj@suse.de
3981
3982
- Abort with error message if shared libs are build without -fPIC
3983
on x86-64 (in cases where this can be detected).
3984
- Remove ld -Y patch.
3985
3986
-------------------------------------------------------------------
3987
Fri Jun 14 22:50:11 CEST 2002 - olh@suse.de
3988
3989
- use _target_cpu in diff packagelist
3990
3991
-------------------------------------------------------------------
3992
Wed Jun 12 08:50:16 CEST 2002 - aj@suse.de
3993
3994
- Update to binutils 2.12.90.0.11.
3995
- Better handle ld -Y with multilibs.
3996
- Do not link 32-bit and 64-bit objects togethers when searching libs
3997
via ld.so.conf.
3998
- Add x86-64 as target for i386.
3999
4000
-------------------------------------------------------------------
4001
Fri May 31 10:38:01 CEST 2002 - olh@suse.de
4002
4003
- update cvs patch to 20020531, obsolets ppc64_binutils.diff
4004
disable make check on ppc64
4005
4006
-------------------------------------------------------------------
4007
Thu May 30 20:06:10 CEST 2002 - olh@suse.de
4008
4009
- add binutils_x86_64_testsuite.diff, selective[1245] xfail on x86-64
4010
4011
-------------------------------------------------------------------
4012
Wed May 29 10:40:31 CEST 2002 - olh@suse.de
4013
4014
- add ppc64_binutils.diff, for libtool
4015
nm -B output, use D instead of ? for function descriptors
4016
4017
-------------------------------------------------------------------
4018
Mon May 27 10:55:20 CEST 2002 - olh@suse.de
4019
4020
- update cvs patch to 20020527
4021
4022
-------------------------------------------------------------------
4023
Thu May 23 10:28:30 CEST 2002 - olh@suse.de
4024
4025
- add cvs 20020523 diff for ppc/ppc64
4026
put readelf manpage in filelist
4027
4028
-------------------------------------------------------------------
4029
Sun May 19 13:21:38 CEST 2002 - olh@suse.de
4030
4031
- handle elf64 (powerpc64-suse-linux) on ppc32
4032
4033
-------------------------------------------------------------------
4034
Fri May 17 21:22:21 CEST 2002 - adrian@suse.de
4035
4036
- fix build for s390x and mips
4037
(added pic config file)
4038
- do not ignore return value of "make check" on mips anymore
4039
4040
-------------------------------------------------------------------
4041
Fri May 17 18:20:08 CEST 2002 - schwab@suse.de
4042
4043
- Add gprof docs.
4044
- Add message catalogues.
4045
4046
-------------------------------------------------------------------
4047
Fri May 17 11:50:36 CEST 2002 - uli@suse.de
4048
4049
- added gprof to file list
4050
4051
-------------------------------------------------------------------
4052
Mon May 13 18:59:34 CEST 2002 - schwab@suse.de
4053
4054
- Add PIC configuration for x86-64.
4055
4056
-------------------------------------------------------------------
4057
Mon May 13 09:22:41 CEST 2002 - olh@suse.de
4058
4059
- update to 2.12.90.0.7
4060
4061
-------------------------------------------------------------------
4062
Sun May 12 19:48:50 CEST 2002 - schwab@suse.de
4063
4064
- Install the PIC libiberty.a.
4065
4066
-------------------------------------------------------------------
4067
Fri May 10 11:53:33 CEST 2002 - meissner@suse.de
4068
4069
- x86-64 relocation conversion should not just convert to
4070
64bit relocations since we sometimes do have 32bit ones.
4071
(Patch from Andreas Schwab.)
4072
4073
-------------------------------------------------------------------
4074
Tue Apr 23 10:38:38 CEST 2002 - aj@suse.de
4075
4076
- Fix a bug with --eh-frame-hdr that occured on sparc.
4077
4078
-------------------------------------------------------------------
4079
Mon Apr 22 10:16:30 CEST 2002 - aj@suse.de
4080
4081
- Fix testsuite for alpha and s390.
4082
- Fix --eh-frame-hdr.
4083
- Update x86-64 assembler patch.
4084
4085
-------------------------------------------------------------------
4086
Sat Apr 20 22:34:23 CEST 2002 - schwab@suse.de
4087
4088
- Fix pcrel handling in x86-64 assembler.
4089
4090
-------------------------------------------------------------------
4091
Wed Apr 17 13:06:40 CEST 2002 - aj@suse.de
4092
4093
- Fix merging of s390 sections.
4094
4095
-------------------------------------------------------------------
4096
Mon Apr 15 11:37:32 CEST 2002 - aj@suse.de
4097
4098
- Fix PPC linker bug.
4099
4100
-------------------------------------------------------------------
4101
Fri Apr 12 12:52:35 CEST 2002 - aj@suse.de
4102
4103
- Update to binutils-2.12.90.0.4:
4104
* Contains x86-64 fix
4105
* Fixes S390 ld failure
4106
* Fixes for sparc
4107
4108
-------------------------------------------------------------------
4109
Mon Apr 8 12:02:29 CEST 2002 - aj@suse.de
4110
4111
- Add fix for pcrel relocations for x86-64.
4112
4113
-------------------------------------------------------------------
4114
Tue Apr 2 10:57:07 CEST 2002 - aj@suse.de
4115
4116
- Change platforms where testsuite is run.
4117
4118
-------------------------------------------------------------------
4119
Mon Mar 25 11:01:58 CET 2002 - schwab@suse.de
4120
4121
- Update to binutils-2.12.90.0.3.
4122
4123
-------------------------------------------------------------------
4124
Sun Mar 10 18:10:07 CET 2002 - schwab@suse.de
4125
4126
- Update to binutils-2.12.90.0.1.
4127
- gprof now supported on MIPS.
4128
4129
-------------------------------------------------------------------
4130
Thu Feb 28 14:24:42 CET 2002 - stepan@suse.de
4131
4132
- add data segment alignment patches.
4133
4134
-------------------------------------------------------------------
4135
Mon Feb 25 15:59:10 CET 2002 - schwab@suse.de
4136
4137
- Add fix for elf64-ia64 linker scripts.
4138
4139
-------------------------------------------------------------------
4140
Mon Feb 18 20:12:11 CET 2002 - schwab@suse.de
4141
4142
- Fix broken patch.
4143
4144
-------------------------------------------------------------------
4145
Mon Feb 18 16:35:20 CET 2002 - aj@suse.de
4146
4147
- Update to binutils-2.11.93.0.2.
4148
4149
-------------------------------------------------------------------
4150
Thu Feb 14 11:21:28 CET 2002 - aj@suse.de
4151
4152
- Fix bug in handling of version maps by ld. This is needed for
4153
GCC 3.1.
4154
4155
-------------------------------------------------------------------
4156
Mon Nov 26 08:37:33 CET 2001 - aj@suse.de
4157
4158
- gprof is not supported on MIPS, don't try to package it.
4159
4160
-------------------------------------------------------------------
4161
Thu Nov 15 14:08:39 CET 2001 - adrian@suse.de
4162
4163
- ignore known problem on mips in testsuite
4164
- disable combreloc patch for mips
4165
4166
-------------------------------------------------------------------
4167
Wed Nov 14 12:33:14 CET 2001 - ro@suse.de
4168
4169
- added include file symcat.h to filelist
4170
4171
-------------------------------------------------------------------
4172
Mon Nov 12 13:25:10 CET 2001 - aj@suse.de
4173
4174
- Update to binutils-2.11.92.0.10.
4175
4176
-------------------------------------------------------------------
4177
Sun Sep 30 19:58:17 CEST 2001 - schwab@suse.de
4178
4179
- Update to binutils 2.11.90.0.31.
4180
- Add support for @iplt and .data16 on ia64.
4181
4182
-------------------------------------------------------------------
4183
Mon Sep 3 09:45:11 CEST 2001 - aj@suse.de
4184
4185
- Fix relative relocations on Alpha.
4186
4187
-------------------------------------------------------------------
4188
Thu Aug 30 09:38:44 CEST 2001 - aj@suse.de
4189
4190
- Update to binutils 2.11.90.0.29. It includes support for 64-bit
4191
PowerPC.
4192
4193
-------------------------------------------------------------------
4194
Mon Aug 27 13:45:25 MEST 2001 - aj@suse.de
4195
4196
- Update to current CVS version and include patch to always enable
4197
sorting of relocations. Together with the new glibc this reduces
4198
relocation processing at program startup significantly.
4199
4200
-------------------------------------------------------------------
4201
Wed Aug 22 14:13:14 MEST 2001 - aj@suse.de
4202
4203
- Use AltiVec/PPC patch.
4204
- Revert objdump patch that causes sparc kernel build failure.
4205
- Add missing s390 jump instructions.
4206
- Fix bug with unaligned accesses in the sparc assembler.
4207
4208
-------------------------------------------------------------------
4209
Fri Aug 17 19:52:32 MEST 2001 - egger@suse.de
4210
4211
- Added patch for missing AltiVec/PPC opcodes.
4212
4213
-------------------------------------------------------------------
4214
Mon Aug 16 09:40:05 MEST 2001 - aj@suse.de
4215
4216
- Update to 2.11.90.0.27, fix s390 relocation generation.
4217
4218
-------------------------------------------------------------------
4219
Tue Jul 17 13:16:25 CEST 2001 - aj@suse.de
4220
4221
- Update to binutils 2.11.90.0.24.
4222
4223
-------------------------------------------------------------------
4224
Wed Jul 11 10:10:59 CEST 2001 - aj@suse.de
4225
4226
- Update to binutils 2.11.90.0.23.
4227
4228
-------------------------------------------------------------------
4229
Wed Jun 13 10:49:07 MEST 2001 - aj@suse.de
4230
4231
- Run testsuite on s390.
4232
4233
-------------------------------------------------------------------
4234
Tue Jun 12 09:57:59 CEST 2001 - aj@suse.de
4235
4236
- Update to binutils 2.11.90.0.15.
4237
4238
-------------------------------------------------------------------
4239
Mon May 14 09:43:37 CEST 2001 - aj@suse.de
4240
4241
- Update to binutils 2.11.90.0.8.
4242
4243
-------------------------------------------------------------------
4244
Mon May 7 14:54:33 CEST 2001 - aj@suse.de
4245
4246
- Update to latest version.
4247
4248
-------------------------------------------------------------------
4249
Thu Mar 29 08:33:46 CEST 2001 - aj@suse.de
4250
4251
- Fix a relaxation bug on ia32 that occurs while building GCC.
4252
4253
-------------------------------------------------------------------
4254
Tue Mar 27 11:54:09 CEST 2001 - aj@suse.de
4255
4256
- Test for alpha instead of axp.
4257
4258
-------------------------------------------------------------------
4259
Mon Mar 26 18:27:12 CEST 2001 - aj@suse.de
4260
4261
- Add patch for S390 to fix relocs.
4262
4263
-------------------------------------------------------------------
4264
Mon Mar 26 09:58:15 CEST 2001 - aj@suse.de
4265
4266
- The testsuite is broken on axp, disable it.
4267
4268
-------------------------------------------------------------------
4269
Thu Mar 8 11:17:22 CET 2001 - aj@suse.de
4270
4271
- Use separate build directory, don't run testsuite on sparc.
4272
4273
-------------------------------------------------------------------
4274
Mon Mar 5 11:59:42 CET 2001 - aj@suse.de
4275
4276
- Update to 2.10.91.0.4.
4277
4278
-------------------------------------------------------------------
4279
Thu Feb 22 14:32:36 CET 2001 - aj@suse.de
4280
4281
- Run the testsuite on some platforms.
4282
4283
-------------------------------------------------------------------
4284
Tue Feb 20 09:48:19 CET 2001 - aj@suse.de
4285
4286
- Add sparc fix for weak symbols.
4287
4288
-------------------------------------------------------------------
4289
Mon Feb 19 15:25:26 CET 2001 - aj@suse.de
4290
4291
- Update to 2.10.91.0.2.
4292
4293
-------------------------------------------------------------------
4294
Thu Nov 16 12:02:19 CET 2000 - aj@suse.de
4295
4296
- Added an alpha patch to fix glibc problems.
4297
4298
-------------------------------------------------------------------
4299
Mon Oct 23 11:16:02 CEST 2000 - aj@suse.de
4300
4301
- Update to 2.10.0.33.
4302
- Remove PPC patch since it's solved better in .33.
4303
4304
-------------------------------------------------------------------
4305
Sun Oct 15 14:56:09 CEST 2000 - kukuk@suse.de
4306
4307
- Update to binutils 2.10.0.31
4308
- Port s390 patches
4309
- Add PPC patch to fix glibc 2.2 problems
4310
4311
-------------------------------------------------------------------
4312
Thu Sep 14 11:56:12 CEST 2000 - kukuk@suse.de
4313
4314
- Use macros in spec file
4315
4316
-------------------------------------------------------------------
4317
Tue Aug 29 12:30:48 CEST 2000 - aj@suse.de
4318
4319
- New version 2.10.0.24 with additional s390 patches.
4320
4321
-------------------------------------------------------------------
4322
Mon Apr 17 01:20:20 CEST 2000 - ro@suse.de
4323
4324
- added alpha3.dif to fix another problem with compaq compilers
4325
4326
-------------------------------------------------------------------
4327
Sat Mar 18 12:35:56 CET 2000 - aj@suse.de
4328
4329
- Fix problems with Compaq compiler, see:
4330
http://sourceware.cygnus.com/ml/binutils/2000-03/msg00226.html
4331
http://sourceware.cygnus.com/ml/binutils/2000-03/msg00160.html
4332
4333
-------------------------------------------------------------------
4334
Mon Mar 13 22:44:35 CET 2000 - aj@suse.de
4335
4336
- Added readelf to file list.
4337
4338
-------------------------------------------------------------------
4339
Mon Feb 28 17:31:41 CET 2000 - ro@suse.de
4340
4341
- fix HOST macro
4342
- added alpha fix from Andrea
4343
4344
-------------------------------------------------------------------
4345
Thu Jan 20 10:55:37 CET 2000 - aj@suse.de
4346
4347
- New version 2.9.5.0.24.
4348
4349
-------------------------------------------------------------------
4350
Thu Dec 9 18:10:28 CET 1999 - ro@suse.de
4351
4352
- leave targets for now
4353
4354
-------------------------------------------------------------------
4355
Wed Dec 8 19:49:15 CET 1999 - kasal@suse.de
4356
4357
- added buildroot
4358
(it required a patch to target ld/Makefile.am, target install-data-local)
4359
4360
-------------------------------------------------------------------
4361
Tue Nov 23 15:30:52 CET 1999 - kasal@suse.de
4362
4363
- backported sparc patch from cvs version of binutils
4364
- added note that geo@suse.cz can make NLMs
4365
4366
-------------------------------------------------------------------
4367
Tue Nov 16 10:41:15 MET 1999 - kukuk@suse.de
4368
4369
- Remove broken Sparc as patch, add bfd patch for sparc32
4370
4371
-------------------------------------------------------------------
4372
Wed Nov 10 11:27:03 MET 1999 - kukuk@suse.de
4373
4374
- spec file cleanup, add support for Sparc
4375
- Remove dependency for bin86, not longer necessary
4376
4377
-------------------------------------------------------------------
4378
Tue Nov 9 15:44:57 CET 1999 - uli@suse.de
4379
4380
- added PPC-specific files to %files section
4381
4382
-------------------------------------------------------------------
4383
Mon Sep 13 17:23:57 CEST 1999 - bs@suse.de
4384
4385
- ran old prepare_spec on spec file to switch to new prepare_spec.
4386
4387
-------------------------------------------------------------------
4388
Tue Aug 24 15:30:01 MEST 1999 - uli@suse.de
4389
4390
- fixed Makefile.Linux for PPC
4391
4392
-------------------------------------------------------------------
4393
Fri May 28 17:41:32 MEST 1999 - ro@suse.de
4394
4395
- update to .25
4396
4397
-------------------------------------------------------------------
4398
Thu Apr 8 22:49:56 MEST 1999 - ro@suse.de
4399
4400
- update to .23
4401
4402
-------------------------------------------------------------------
4403
Mon Mar 29 12:33:59 MEST 1999 - ro@suse.de
4404
4405
- remove hacks and install libiberty.a in /usr/lib
4406
4407
-------------------------------------------------------------------
4408
Sun Mar 14 20:12:39 MET 1999 - ro@suse.de
4409
4410
- libtool tries to be smart dropping the link -liberty
4411
try to be smarter: changed "-liberty" to "../libiberty/libiberty.a"
4412
4413
-------------------------------------------------------------------
4414
Fri Mar 5 01:06:36 MET 1999 - ro@suse.de
4415
4416
- update to 2.9.1.0.22b FOR NOW AXP ONLY
4417
- libnaming changed
4418
4419
-------------------------------------------------------------------
4420
Fri Feb 19 16:18:40 MET 1999 - ro@suse.de
4421
4422
- update to 2.9.1.0.20
4423
4424
-------------------------------------------------------------------
4425
Tue Jan 11 18:23:52 MET 1999 - ro@suse.de
4426
4427
- adapted specfile to build on alpha, too
4428
- added ansidecl.h to filelist for glibc
4429
4430
-------------------------------------------------------------------
4431
Mon Nov 2 15:18:48 MET 1998 - ro@suse.de
4432
4433
- update to 2.9.1.0.15
4434
4435
-------------------------------------------------------------------
4436
Fri Sep 11 15:29:04 MEST 1998 - ro@suse.de
4437
4438
- switch detection of GLIBC to automake
4439
4440
-------------------------------------------------------------------
4441
Tue Jul 7 18:16:31 MEST 1998 - ro@suse.de
4442
4443
- pack files depending on used libc / compile a.out for libc5
4444
4445
-------------------------------------------------------------------
4446
Wed May 20 23:16:18 MEST 1998 - bs@suse.de
4447
4448
- took c++filt off from file list (is included in egcs)
4449
4450
----------------------------------------------------------------------------
4451
Wed May 6 14:21:33 MEST 1998 - florian@suse.de
4452
4453
4454
- update to binutils 2.9.1.0.4
4455
4456
4457
----------------------------------------------------------------------------
4458
Tue Jul 29 10:59:13 MEST 1997 - florian@suse.de
4459
4460
4461
- the a.out-assembler was not installed correctly by "make install"
4462
4463
4464
----------------------------------------------------------------------------
4465
Wed Jun 25 11:28:39 MEST 1997 - florian@suse.de
4466
4467
4468
- add bug-fixes from gnu.utils.bugs
4469
4470
4471
4472
----------------------------------------------------------------------------
4473
Sun Jun 8 17:32:03 MEST 1997 - florian@suse.de
4474
4475
4476
- always remove /usr/bin/encaps
4477
4478
4479
----------------------------------------------------------------------------
4480
Sun Jun 8 17:32:03 MEST 1997 - florian@suse.de
4481
4482
4483
- update to version 2.8.1 with fixes by H.J. Lu
4484
4485
----------------------------------------------------------------------------
4486
Wed Oct 16 17:46:33 MET DST 1996 - florian@suse.de
4487
4488
4489
- Update auf Version 2.7.0.3. Sollte jetzt als normales binutils-Paket
4490
installiert sein. 2.6.* hoechstens unter unsorted...
4491
4492
4493