forked from pool/binutils
This commit is contained in:
parent
9282b4c3f9
commit
958ffc4b70
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:61429991ed0c180556ed03bf42f5af38a4bf0bc48ae6ed02ad1e7f029cab575a
|
|
||||||
size 16204924
|
|
3
binutils-2.19.tar.bz2
Normal file
3
binutils-2.19.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:bd2ea10ffc2bf62a917b05f4fbe3d02212589c2bc177fa0c51a9c874d3da528a
|
||||||
|
size 16219400
|
@ -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
|
Thu Oct 9 11:18:47 CEST 2008 - schwab@suse.de
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package binutils (Version 2.18.93)
|
# spec file for package binutils (Version 2.19)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
@ -19,7 +19,7 @@
|
|||||||
|
|
||||||
Name: binutils
|
Name: binutils
|
||||||
BuildRequires: bison dejagnu flex gcc-c++ zlib-devel
|
BuildRequires: bison dejagnu flex gcc-c++ zlib-devel
|
||||||
Version: 2.18.93
|
Version: 2.19
|
||||||
Release: 1
|
Release: 1
|
||||||
#
|
#
|
||||||
# RUN_TESTS
|
# RUN_TESTS
|
||||||
@ -450,6 +450,47 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_libdir}/lib*.a
|
%{_libdir}/lib*.a
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Oct 20 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 09 2008 schwab@suse.de
|
* Thu Oct 09 2008 schwab@suse.de
|
||||||
- Bug fixes.
|
- Bug fixes.
|
||||||
* Tue Oct 07 2008 jblunck@suse.de
|
* Tue Oct 07 2008 jblunck@suse.de
|
||||||
|
@ -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
|
Thu Oct 9 11:18:47 CEST 2008 - schwab@suse.de
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package cross-alpha-binutils (Version 2.18.93)
|
# spec file for package cross-alpha-binutils (Version 2.19)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
@ -19,7 +19,7 @@
|
|||||||
|
|
||||||
Name: cross-alpha-binutils
|
Name: cross-alpha-binutils
|
||||||
BuildRequires: bison dejagnu flex gcc-c++ zlib-devel
|
BuildRequires: bison dejagnu flex gcc-c++ zlib-devel
|
||||||
Version: 2.18.93
|
Version: 2.19
|
||||||
Release: 1
|
Release: 1
|
||||||
#
|
#
|
||||||
# RUN_TESTS
|
# RUN_TESTS
|
||||||
@ -378,6 +378,47 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Oct 20 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 09 2008 schwab@suse.de
|
* Thu Oct 09 2008 schwab@suse.de
|
||||||
- Bug fixes.
|
- Bug fixes.
|
||||||
* Tue Oct 07 2008 jblunck@suse.de
|
* Tue Oct 07 2008 jblunck@suse.de
|
||||||
|
@ -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
|
Thu Oct 9 11:18:47 CEST 2008 - schwab@suse.de
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package cross-arm-binutils (Version 2.18.93)
|
# spec file for package cross-arm-binutils (Version 2.19)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
@ -19,7 +19,7 @@
|
|||||||
|
|
||||||
Name: cross-arm-binutils
|
Name: cross-arm-binutils
|
||||||
BuildRequires: bison dejagnu flex gcc-c++ zlib-devel
|
BuildRequires: bison dejagnu flex gcc-c++ zlib-devel
|
||||||
Version: 2.18.93
|
Version: 2.19
|
||||||
Release: 1
|
Release: 1
|
||||||
#
|
#
|
||||||
# RUN_TESTS
|
# RUN_TESTS
|
||||||
@ -378,6 +378,47 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Oct 20 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 09 2008 schwab@suse.de
|
* Thu Oct 09 2008 schwab@suse.de
|
||||||
- Bug fixes.
|
- Bug fixes.
|
||||||
* Tue Oct 07 2008 jblunck@suse.de
|
* Tue Oct 07 2008 jblunck@suse.de
|
||||||
|
@ -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
|
Thu Oct 9 11:18:47 CEST 2008 - schwab@suse.de
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package cross-avr-binutils (Version 2.18.93)
|
# spec file for package cross-avr-binutils (Version 2.19)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
@ -19,7 +19,7 @@
|
|||||||
|
|
||||||
Name: cross-avr-binutils
|
Name: cross-avr-binutils
|
||||||
BuildRequires: bison dejagnu flex gcc-c++ zlib-devel
|
BuildRequires: bison dejagnu flex gcc-c++ zlib-devel
|
||||||
Version: 2.18.93
|
Version: 2.19
|
||||||
Release: 1
|
Release: 1
|
||||||
#
|
#
|
||||||
# RUN_TESTS
|
# RUN_TESTS
|
||||||
@ -378,6 +378,47 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Oct 20 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 09 2008 schwab@suse.de
|
* Thu Oct 09 2008 schwab@suse.de
|
||||||
- Bug fixes.
|
- Bug fixes.
|
||||||
* Tue Oct 07 2008 jblunck@suse.de
|
* Tue Oct 07 2008 jblunck@suse.de
|
||||||
|
@ -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
|
Thu Oct 9 11:18:47 CEST 2008 - schwab@suse.de
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package cross-hppa-binutils (Version 2.18.93)
|
# spec file for package cross-hppa-binutils (Version 2.19)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
@ -19,7 +19,7 @@
|
|||||||
|
|
||||||
Name: cross-hppa-binutils
|
Name: cross-hppa-binutils
|
||||||
BuildRequires: bison dejagnu flex gcc-c++ zlib-devel
|
BuildRequires: bison dejagnu flex gcc-c++ zlib-devel
|
||||||
Version: 2.18.93
|
Version: 2.19
|
||||||
Release: 1
|
Release: 1
|
||||||
#
|
#
|
||||||
# RUN_TESTS
|
# RUN_TESTS
|
||||||
@ -378,6 +378,47 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Oct 20 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 09 2008 schwab@suse.de
|
* Thu Oct 09 2008 schwab@suse.de
|
||||||
- Bug fixes.
|
- Bug fixes.
|
||||||
* Tue Oct 07 2008 jblunck@suse.de
|
* Tue Oct 07 2008 jblunck@suse.de
|
||||||
|
@ -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
|
Thu Oct 9 11:18:47 CEST 2008 - schwab@suse.de
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package cross-hppa64-binutils (Version 2.18.93)
|
# spec file for package cross-hppa64-binutils (Version 2.19)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
@ -19,7 +19,7 @@
|
|||||||
|
|
||||||
Name: cross-hppa64-binutils
|
Name: cross-hppa64-binutils
|
||||||
BuildRequires: bison dejagnu flex gcc-c++ zlib-devel
|
BuildRequires: bison dejagnu flex gcc-c++ zlib-devel
|
||||||
Version: 2.18.93
|
Version: 2.19
|
||||||
Release: 1
|
Release: 1
|
||||||
#
|
#
|
||||||
# RUN_TESTS
|
# RUN_TESTS
|
||||||
@ -378,6 +378,47 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Oct 20 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 09 2008 schwab@suse.de
|
* Thu Oct 09 2008 schwab@suse.de
|
||||||
- Bug fixes.
|
- Bug fixes.
|
||||||
* Tue Oct 07 2008 jblunck@suse.de
|
* Tue Oct 07 2008 jblunck@suse.de
|
||||||
|
@ -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
|
Thu Oct 9 11:18:47 CEST 2008 - schwab@suse.de
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package cross-i386-binutils (Version 2.18.93)
|
# spec file for package cross-i386-binutils (Version 2.19)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
@ -19,7 +19,7 @@
|
|||||||
|
|
||||||
Name: cross-i386-binutils
|
Name: cross-i386-binutils
|
||||||
BuildRequires: bison dejagnu flex gcc-c++ zlib-devel
|
BuildRequires: bison dejagnu flex gcc-c++ zlib-devel
|
||||||
Version: 2.18.93
|
Version: 2.19
|
||||||
Release: 1
|
Release: 1
|
||||||
#
|
#
|
||||||
# RUN_TESTS
|
# RUN_TESTS
|
||||||
@ -378,6 +378,47 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Oct 20 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 09 2008 schwab@suse.de
|
* Thu Oct 09 2008 schwab@suse.de
|
||||||
- Bug fixes.
|
- Bug fixes.
|
||||||
* Tue Oct 07 2008 jblunck@suse.de
|
* Tue Oct 07 2008 jblunck@suse.de
|
||||||
|
@ -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
|
Thu Oct 9 11:18:47 CEST 2008 - schwab@suse.de
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package cross-ia64-binutils (Version 2.18.93)
|
# spec file for package cross-ia64-binutils (Version 2.19)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
@ -19,7 +19,7 @@
|
|||||||
|
|
||||||
Name: cross-ia64-binutils
|
Name: cross-ia64-binutils
|
||||||
BuildRequires: bison dejagnu flex gcc-c++ zlib-devel
|
BuildRequires: bison dejagnu flex gcc-c++ zlib-devel
|
||||||
Version: 2.18.93
|
Version: 2.19
|
||||||
Release: 1
|
Release: 1
|
||||||
#
|
#
|
||||||
# RUN_TESTS
|
# RUN_TESTS
|
||||||
@ -378,6 +378,47 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Oct 20 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 09 2008 schwab@suse.de
|
* Thu Oct 09 2008 schwab@suse.de
|
||||||
- Bug fixes.
|
- Bug fixes.
|
||||||
* Tue Oct 07 2008 jblunck@suse.de
|
* Tue Oct 07 2008 jblunck@suse.de
|
||||||
|
@ -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
|
Thu Oct 9 11:18:47 CEST 2008 - schwab@suse.de
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package cross-mips-binutils (Version 2.18.93)
|
# spec file for package cross-mips-binutils (Version 2.19)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
@ -19,7 +19,7 @@
|
|||||||
|
|
||||||
Name: cross-mips-binutils
|
Name: cross-mips-binutils
|
||||||
BuildRequires: bison dejagnu flex gcc-c++ zlib-devel
|
BuildRequires: bison dejagnu flex gcc-c++ zlib-devel
|
||||||
Version: 2.18.93
|
Version: 2.19
|
||||||
Release: 1
|
Release: 1
|
||||||
#
|
#
|
||||||
# RUN_TESTS
|
# RUN_TESTS
|
||||||
@ -378,6 +378,47 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Oct 20 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 09 2008 schwab@suse.de
|
* Thu Oct 09 2008 schwab@suse.de
|
||||||
- Bug fixes.
|
- Bug fixes.
|
||||||
* Tue Oct 07 2008 jblunck@suse.de
|
* Tue Oct 07 2008 jblunck@suse.de
|
||||||
|
@ -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
|
Thu Oct 9 11:18:47 CEST 2008 - schwab@suse.de
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package cross-ppc-binutils (Version 2.18.93)
|
# spec file for package cross-ppc-binutils (Version 2.19)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
@ -19,7 +19,7 @@
|
|||||||
|
|
||||||
Name: cross-ppc-binutils
|
Name: cross-ppc-binutils
|
||||||
BuildRequires: bison dejagnu flex gcc-c++ zlib-devel
|
BuildRequires: bison dejagnu flex gcc-c++ zlib-devel
|
||||||
Version: 2.18.93
|
Version: 2.19
|
||||||
Release: 1
|
Release: 1
|
||||||
#
|
#
|
||||||
# RUN_TESTS
|
# RUN_TESTS
|
||||||
@ -378,6 +378,47 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Oct 20 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 09 2008 schwab@suse.de
|
* Thu Oct 09 2008 schwab@suse.de
|
||||||
- Bug fixes.
|
- Bug fixes.
|
||||||
* Tue Oct 07 2008 jblunck@suse.de
|
* Tue Oct 07 2008 jblunck@suse.de
|
||||||
|
@ -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
|
Thu Oct 9 11:18:47 CEST 2008 - schwab@suse.de
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package cross-ppc64-binutils (Version 2.18.93)
|
# spec file for package cross-ppc64-binutils (Version 2.19)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
@ -19,7 +19,7 @@
|
|||||||
|
|
||||||
Name: cross-ppc64-binutils
|
Name: cross-ppc64-binutils
|
||||||
BuildRequires: bison dejagnu flex gcc-c++ zlib-devel
|
BuildRequires: bison dejagnu flex gcc-c++ zlib-devel
|
||||||
Version: 2.18.93
|
Version: 2.19
|
||||||
Release: 1
|
Release: 1
|
||||||
#
|
#
|
||||||
# RUN_TESTS
|
# RUN_TESTS
|
||||||
@ -378,6 +378,47 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Oct 20 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 09 2008 schwab@suse.de
|
* Thu Oct 09 2008 schwab@suse.de
|
||||||
- Bug fixes.
|
- Bug fixes.
|
||||||
* Tue Oct 07 2008 jblunck@suse.de
|
* Tue Oct 07 2008 jblunck@suse.de
|
||||||
|
@ -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
|
Thu Oct 9 11:18:47 CEST 2008 - schwab@suse.de
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package cross-s390-binutils (Version 2.18.93)
|
# spec file for package cross-s390-binutils (Version 2.19)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
@ -19,7 +19,7 @@
|
|||||||
|
|
||||||
Name: cross-s390-binutils
|
Name: cross-s390-binutils
|
||||||
BuildRequires: bison dejagnu flex gcc-c++ zlib-devel
|
BuildRequires: bison dejagnu flex gcc-c++ zlib-devel
|
||||||
Version: 2.18.93
|
Version: 2.19
|
||||||
Release: 1
|
Release: 1
|
||||||
#
|
#
|
||||||
# RUN_TESTS
|
# RUN_TESTS
|
||||||
@ -378,6 +378,47 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Oct 20 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 09 2008 schwab@suse.de
|
* Thu Oct 09 2008 schwab@suse.de
|
||||||
- Bug fixes.
|
- Bug fixes.
|
||||||
* Tue Oct 07 2008 jblunck@suse.de
|
* Tue Oct 07 2008 jblunck@suse.de
|
||||||
|
@ -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
|
Thu Oct 9 11:18:47 CEST 2008 - schwab@suse.de
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package cross-s390x-binutils (Version 2.18.93)
|
# spec file for package cross-s390x-binutils (Version 2.19)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
@ -19,7 +19,7 @@
|
|||||||
|
|
||||||
Name: cross-s390x-binutils
|
Name: cross-s390x-binutils
|
||||||
BuildRequires: bison dejagnu flex gcc-c++ zlib-devel
|
BuildRequires: bison dejagnu flex gcc-c++ zlib-devel
|
||||||
Version: 2.18.93
|
Version: 2.19
|
||||||
Release: 1
|
Release: 1
|
||||||
#
|
#
|
||||||
# RUN_TESTS
|
# RUN_TESTS
|
||||||
@ -378,6 +378,47 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Oct 20 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 09 2008 schwab@suse.de
|
* Thu Oct 09 2008 schwab@suse.de
|
||||||
- Bug fixes.
|
- Bug fixes.
|
||||||
* Tue Oct 07 2008 jblunck@suse.de
|
* Tue Oct 07 2008 jblunck@suse.de
|
||||||
|
@ -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
|
Thu Oct 9 11:18:47 CEST 2008 - schwab@suse.de
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package cross-sh4-binutils (Version 2.18.93)
|
# spec file for package cross-sh4-binutils (Version 2.19)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
@ -19,7 +19,7 @@
|
|||||||
|
|
||||||
Name: cross-sh4-binutils
|
Name: cross-sh4-binutils
|
||||||
BuildRequires: bison dejagnu flex gcc-c++ zlib-devel
|
BuildRequires: bison dejagnu flex gcc-c++ zlib-devel
|
||||||
Version: 2.18.93
|
Version: 2.19
|
||||||
Release: 1
|
Release: 1
|
||||||
#
|
#
|
||||||
# RUN_TESTS
|
# RUN_TESTS
|
||||||
@ -377,6 +377,47 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Oct 20 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 09 2008 schwab@suse.de
|
* Thu Oct 09 2008 schwab@suse.de
|
||||||
- Bug fixes.
|
- Bug fixes.
|
||||||
* Tue Oct 07 2008 jblunck@suse.de
|
* Tue Oct 07 2008 jblunck@suse.de
|
||||||
|
@ -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
|
Thu Oct 9 11:18:47 CEST 2008 - schwab@suse.de
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package cross-sparc-binutils (Version 2.18.93)
|
# spec file for package cross-sparc-binutils (Version 2.19)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
@ -19,7 +19,7 @@
|
|||||||
|
|
||||||
Name: cross-sparc-binutils
|
Name: cross-sparc-binutils
|
||||||
BuildRequires: bison dejagnu flex gcc-c++ zlib-devel
|
BuildRequires: bison dejagnu flex gcc-c++ zlib-devel
|
||||||
Version: 2.18.93
|
Version: 2.19
|
||||||
Release: 1
|
Release: 1
|
||||||
#
|
#
|
||||||
# RUN_TESTS
|
# RUN_TESTS
|
||||||
@ -378,6 +378,47 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Oct 20 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 09 2008 schwab@suse.de
|
* Thu Oct 09 2008 schwab@suse.de
|
||||||
- Bug fixes.
|
- Bug fixes.
|
||||||
* Tue Oct 07 2008 jblunck@suse.de
|
* Tue Oct 07 2008 jblunck@suse.de
|
||||||
|
@ -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
|
Thu Oct 9 11:18:47 CEST 2008 - schwab@suse.de
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package cross-spu-binutils (Version 2.18.93)
|
# spec file for package cross-spu-binutils (Version 2.19)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
@ -19,7 +19,7 @@
|
|||||||
|
|
||||||
Name: cross-spu-binutils
|
Name: cross-spu-binutils
|
||||||
BuildRequires: bison dejagnu flex gcc-c++ zlib-devel
|
BuildRequires: bison dejagnu flex gcc-c++ zlib-devel
|
||||||
Version: 2.18.93
|
Version: 2.19
|
||||||
Release: 1
|
Release: 1
|
||||||
#
|
#
|
||||||
# RUN_TESTS
|
# RUN_TESTS
|
||||||
@ -378,6 +378,47 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Oct 20 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 09 2008 schwab@suse.de
|
* Thu Oct 09 2008 schwab@suse.de
|
||||||
- Bug fixes.
|
- Bug fixes.
|
||||||
* Tue Oct 07 2008 jblunck@suse.de
|
* Tue Oct 07 2008 jblunck@suse.de
|
||||||
|
@ -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
|
Thu Oct 9 11:18:47 CEST 2008 - schwab@suse.de
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package cross-x86_64-binutils (Version 2.18.93)
|
# spec file for package cross-x86_64-binutils (Version 2.19)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
@ -19,7 +19,7 @@
|
|||||||
|
|
||||||
Name: cross-x86_64-binutils
|
Name: cross-x86_64-binutils
|
||||||
BuildRequires: bison dejagnu flex gcc-c++ zlib-devel
|
BuildRequires: bison dejagnu flex gcc-c++ zlib-devel
|
||||||
Version: 2.18.93
|
Version: 2.19
|
||||||
Release: 1
|
Release: 1
|
||||||
#
|
#
|
||||||
# RUN_TESTS
|
# RUN_TESTS
|
||||||
@ -378,6 +378,47 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Oct 20 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 09 2008 schwab@suse.de
|
* Thu Oct 09 2008 schwab@suse.de
|
||||||
- Bug fixes.
|
- Bug fixes.
|
||||||
* Tue Oct 07 2008 jblunck@suse.de
|
* Tue Oct 07 2008 jblunck@suse.de
|
||||||
|
Loading…
Reference in New Issue
Block a user