SHA256
6
0
forked from pool/binutils
OBS User unknown
2008-10-22 15:18:56 +00:00
committed by Git OBS Bridge
parent 9282b4c3f9
commit 958ffc4b70
36 changed files with 1482 additions and 37 deletions

View File

@@ -1,3 +1,47 @@
-------------------------------------------------------------------
Mon Oct 20 13:21:04 CEST 2008 - schwab@suse.de
- Update to binutils 2.19.
* Added -wL switch to dump decoded contents of .debug_line.
* Added support for "thin" archives which contain pathnames pointing to
object files rather than the files themselves and which contain a
flattened symbol index for all objects, and archives, which have been
added to the archive.
* Added -F switch to objdump to include file offsets in the disassembly.
* Added -c switch to readelf to allow string dumps of archive symbol index.
* Support for SSE5 has been added to the i386 port.
* Added -p switch to readelf to allow string dumps of sections.
* New pseudo op .cfi_val_encoded_addr, to record constant addresses in unwind
tables without runtime relocation.
* New command line option, -h-tick-hex, for sh, m32c, and h8/300 targets, which
adds compatibility with H'00 style hex constants.
* New command line option, -msse-check=[none|error|warning], for x86
targets.
* New sub-option added to the assembler's -a command line switch to
generate a listing output. The 'g' sub-option will insert into the listing
various information about the assembly, such as assembler version, the
command line options used, and a time stamp.
* New command line option -msse2avx for x86 target to encode SSE
instructions with VEX prefix.
* Add Intel XSAVE, EPT, MOVBE, AES, PCLMUL, AVX/FMA support for x86 target.
* New command line options, -march=CPU[,+EXTENSION...], -mtune=CPU,
-mmnemonic=[att|intel], -msyntax=[att|intel], -mindex-reg,
-mnaked-reg and -mold-gcc, for x86 targets.
* Support for generating wide character strings has been added via the new
pseudo ops: .string16, .string32 and .string64.
* Support for SSE5 has been added to the i386 port.
* Linker scripts support a new INSERT command that makes it easier to
augment the default script.
* Linker script input section filespecs may now specify a file within an
archive by writing "archive:file".
* The --sort-common switch now has an optional argument which specifies the
direction of sorting.
* The M68K linker now supports multiple GOT generation schemes controlled via
the --got=<type> command line option.
* The ARM EABI linker will now generate stubs for function calls to symbols
that are too far away. The placement of the stubs is controlled by a new
linker command line option: --stub-group-size=N.
-------------------------------------------------------------------
Thu Oct 9 11:18:47 CEST 2008 - schwab@suse.de