~ubuntu-branches/ubuntu/hoary/binutils/hoary

« back to all changes in this revision

Viewing changes to gas/NEWS

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2005-03-18 13:07:52 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20050318130752-j4i37zgqclj53b94
Tags: 2.15-5ubuntu2
debian/rules: Call pkgstriptranslations if present (the package does not
use debhelper, thus it does not happen automatically).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
-*- text -*-
2
2
 
 
3
* The MIPS -membedded-pic option (Embedded-PIC code generation) is
 
4
  deprecated and will be removed in a future release.
 
5
 
 
6
* Added PIC m32r Linux (ELF) and support to M32R assembler.
 
7
 
 
8
* Added support for ARM V6.
 
9
 
 
10
* Added support for sh4a and variants.
 
11
 
 
12
* Support for Renesas M32R2 added.
 
13
 
 
14
* Limited support for Mapping Symbols as specified in the ARM ELF
 
15
  specification has been added to the arm assembler.
 
16
 
 
17
* On ARM architectures, added a new gas directive ".unreq" that undoes
 
18
  definitions created by ".req".
 
19
 
3
20
* Support for Motorola ColdFire MCF528x added.
4
21
 
5
22
* Added --gstabs+ switch to enable the generation of STABS debug format
14
31
  with multi-byte nop instructions such as leal 0(%esi,1),%esi.  This
15
32
  switch disables the optimization.
16
33
 
 
34
* Removed -n option from MIPS assembler.  It was not useful, and confused the
 
35
  existing -non_shared option.
 
36
 
17
37
Changes in 2.14:
18
38
 
19
39
* Added support for MIPS32 Release 2.