xref: /openbsd/gnu/usr.bin/binutils-2.17/gas/NEWS (revision 3d8817e4)
1*3d8817e4Smiod-*- text -*-
2*3d8817e4Smiod
3*3d8817e4Smiod* Support for the Infineon XC16X has been added by KPIT Cummins Infosystems.
4*3d8817e4Smiod
5*3d8817e4Smiod* Support for ms2 architecture has been added.
6*3d8817e4Smiod
7*3d8817e4Smiod* Support for the Z80 processor family has been added.
8*3d8817e4Smiod
9*3d8817e4Smiod* Add support for the "@<file>" syntax to the command line, so that extra
10*3d8817e4Smiod  switches can be read from <file>.
11*3d8817e4Smiod
12*3d8817e4Smiod* The SH target supports a new command line switch --enable-reg-prefix which,
13*3d8817e4Smiod  if enabled, will allow register names to be optionally prefixed with a $
14*3d8817e4Smiod  character.  This allows register names to be distinguished from label names.
15*3d8817e4Smiod
16*3d8817e4Smiod* Macros with a variable number of arguments are now supported. See the
17*3d8817e4Smiod  documentation for how this works.
18*3d8817e4Smiod
19*3d8817e4Smiod* Added --reduce-memory-overheads switch to reduce the size of the hash
20*3d8817e4Smiod  tables used, at the expense of longer assembly times, and
21*3d8817e4Smiod  --hash-size=<NUMBER> to set the size of the hash tables used by gas.
22*3d8817e4Smiod
23*3d8817e4Smiod* Macro names and macro parameter names can now be any identifier that would
24*3d8817e4Smiod  also be legal as a symbol elsewhere. For macro parameter names, this is
25*3d8817e4Smiod  known to cause problems in certain sources when the respective target uses
26*3d8817e4Smiod  characters inconsistently, and thus macro parameter references may no longer
27*3d8817e4Smiod  be recognized as such (see the documentation for details).
28*3d8817e4Smiod
29*3d8817e4Smiod* Support the .f_floating, .d_floating, .g_floating and .h_floating directives
30*3d8817e4Smiod  for the VAX target in order to be more compatible with the VAX MACRO
31*3d8817e4Smiod  assembler.
32*3d8817e4Smiod
33*3d8817e4Smiod* New command line option -mtune=[itanium1|itanium2] for IA64 targets.
34*3d8817e4Smiod
35*3d8817e4SmiodChanges in 2.16:
36*3d8817e4Smiod
37*3d8817e4Smiod* Redefinition of macros now results in an error.
38*3d8817e4Smiod
39*3d8817e4Smiod* New command line option -mhint.b=[ok|warning|error] for IA64 targets.
40*3d8817e4Smiod
41*3d8817e4Smiod* New command line option -munwind-check=[warning|error] for IA64
42*3d8817e4Smiod  targets.
43*3d8817e4Smiod
44*3d8817e4Smiod* The IA64 port now uses automatic dependency violation removal as its default
45*3d8817e4Smiod  mode.
46*3d8817e4Smiod
47*3d8817e4Smiod* Port to MAXQ processor contributed by HCL Tech.
48*3d8817e4Smiod
49*3d8817e4Smiod* Added support for generating unwind tables for ARM ELF targets.
50*3d8817e4Smiod
51*3d8817e4Smiod* Add a -g command line option to generate debug information in the target's
52*3d8817e4Smiod  preferred debug format.
53*3d8817e4Smiod
54*3d8817e4Smiod* Support for the crx-elf target added.
55*3d8817e4Smiod
56*3d8817e4Smiod* Support for the sh-symbianelf target added.
57*3d8817e4Smiod
58*3d8817e4Smiod* Added a pseudo-op (.secrel32) to generate 32 bit section relative relocations
59*3d8817e4Smiod  on pe[i]-i386; required for this target's DWARF 2 support.
60*3d8817e4Smiod
61*3d8817e4Smiod* Support for Motorola MCF521x/5249/547x/548x added.
62*3d8817e4Smiod
63*3d8817e4Smiod* Support for ColdFire EMAC instructions added and Motorola syntax for MAC/EMAC
64*3d8817e4Smiod  instrucitons.
65*3d8817e4Smiod
66*3d8817e4Smiod* New command line option -mno-shared for MIPS ELF targets.
67*3d8817e4Smiod
68*3d8817e4Smiod* New command line option --alternate and pseudo-ops .altmacro and .noaltmacro
69*3d8817e4Smiod  added to enter (and leave) alternate macro syntax mode.
70*3d8817e4Smiod
71*3d8817e4SmiodChanges in 2.15:
72*3d8817e4Smiod
73*3d8817e4Smiod* The MIPS -membedded-pic option (Embedded-PIC code generation) is
74*3d8817e4Smiod  deprecated and will be removed in a future release.
75*3d8817e4Smiod
76*3d8817e4Smiod* Added PIC m32r Linux (ELF) and support to M32R assembler.
77*3d8817e4Smiod
78*3d8817e4Smiod* Added support for ARM V6.
79*3d8817e4Smiod
80*3d8817e4Smiod* Added support for sh4a and variants.
81*3d8817e4Smiod
82*3d8817e4Smiod* Support for Renesas M32R2 added.
83*3d8817e4Smiod
84*3d8817e4Smiod* Limited support for Mapping Symbols as specified in the ARM ELF
85*3d8817e4Smiod  specification has been added to the arm assembler.
86*3d8817e4Smiod
87*3d8817e4Smiod* On ARM architectures, added a new gas directive ".unreq" that undoes
88*3d8817e4Smiod  definitions created by ".req".
89*3d8817e4Smiod
90*3d8817e4Smiod* Support for Motorola ColdFire MCF528x added.
91*3d8817e4Smiod
92*3d8817e4Smiod* Added --gstabs+ switch to enable the generation of STABS debug format
93*3d8817e4Smiod  information with GNU extensions.
94*3d8817e4Smiod
95*3d8817e4Smiod* Added support for MIPS64 Release 2.
96*3d8817e4Smiod
97*3d8817e4Smiod* Added support for v850e1.
98*3d8817e4Smiod
99*3d8817e4Smiod* Added -n switch for x86 assembler.  By default, x86 GAS replaces
100*3d8817e4Smiod  multiple nop instructions used for alignment within code sections
101*3d8817e4Smiod  with multi-byte nop instructions such as leal 0(%esi,1),%esi.  This
102*3d8817e4Smiod  switch disables the optimization.
103*3d8817e4Smiod
104*3d8817e4Smiod* Removed -n option from MIPS assembler.  It was not useful, and confused the
105*3d8817e4Smiod  existing -non_shared option.
106*3d8817e4Smiod
107*3d8817e4SmiodChanges in 2.14:
108*3d8817e4Smiod
109*3d8817e4Smiod* Added support for MIPS32 Release 2.
110*3d8817e4Smiod
111*3d8817e4Smiod* Added support for Xtensa architecture.
112*3d8817e4Smiod
113*3d8817e4Smiod* Support for Intel's iWMMXt processor (an ARM variant) added.
114*3d8817e4Smiod
115*3d8817e4Smiod* An assembler test generator has been contributed and an example file that
116*3d8817e4Smiod  uses it (gas/testsuite/gas/all/test-gen.c and test-exmaple.c).
117*3d8817e4Smiod
118*3d8817e4Smiod* Support for SH2E added.
119*3d8817e4Smiod
120*3d8817e4Smiod* GASP has now been removed.
121*3d8817e4Smiod
122*3d8817e4Smiod* Support for Texas Instruments TMS320C4x and TMS320C3x series of
123*3d8817e4Smiod  DSP's contributed by Michael Hayes and Svein E. Seldal.
124*3d8817e4Smiod
125*3d8817e4Smiod* Support for the Ubicom IP2xxx microcontroller added.
126*3d8817e4Smiod
127*3d8817e4SmiodChanges in 2.13:
128*3d8817e4Smiod
129*3d8817e4Smiod* Support for the Fujitsu FRV architecture added by Red Hat. Models for FR400
130*3d8817e4Smiod  and FR500 included.
131*3d8817e4Smiod
132*3d8817e4Smiod* Support for DLX processor added.
133*3d8817e4Smiod
134*3d8817e4Smiod* GASP has now been deprecated and will be removed in a future release.  Use
135*3d8817e4Smiod  the macro facilities in GAS instead.
136*3d8817e4Smiod
137*3d8817e4Smiod* GASP now correctly parses floating point numbers. Unless the base is
138*3d8817e4Smiod  explicitly specified, they are interpreted as decimal numbers regardless of
139*3d8817e4Smiod  the currently specified base.
140*3d8817e4Smiod
141*3d8817e4SmiodChanges in 2.12:
142*3d8817e4Smiod
143*3d8817e4Smiod* Support for Don Knuth's MMIX, by Hans-Peter Nilsson.
144*3d8817e4Smiod
145*3d8817e4Smiod* Support for the OpenRISC 32-bit embedded processor by OpenCores.
146*3d8817e4Smiod
147*3d8817e4Smiod* The ARM assembler now accepts -march=..., -mcpu=... and -mfpu=... for
148*3d8817e4Smiod  specifying the target instruction set.  The old method of specifying the
149*3d8817e4Smiod  target processor has been deprecated, but is still accepted for
150*3d8817e4Smiod  compatibility.
151*3d8817e4Smiod
152*3d8817e4Smiod* Support for the VFP floating-point instruction set has been added to
153*3d8817e4Smiod  the ARM assembler.
154*3d8817e4Smiod
155*3d8817e4Smiod* New psuedo op: .incbin to include a set of binary data at a given point
156*3d8817e4Smiod  in the assembly.  Contributed by Anders Norlander.
157*3d8817e4Smiod
158*3d8817e4Smiod* The MIPS assembler now accepts -march/-mtune. -mcpu has been deprecated
159*3d8817e4Smiod  but still works for compatability.
160*3d8817e4Smiod
161*3d8817e4Smiod* The MIPS assembler no longer issues a warning by default when it
162*3d8817e4Smiod  generates a nop instruction from a macro. The new command line option
163*3d8817e4Smiod  -n will turn on the warning.
164*3d8817e4Smiod
165*3d8817e4SmiodChanges in 2.11:
166*3d8817e4Smiod
167*3d8817e4Smiod* Support for PDP-11 and 2.11BSD a.out format, by Lars Brinkhoff.
168*3d8817e4Smiod
169*3d8817e4Smiod* x86 gas now supports the full Pentium4 instruction set.
170*3d8817e4Smiod
171*3d8817e4Smiod* Support for AMD x86-64 architecture, by Jan Hubicka, SuSE Labs.
172*3d8817e4Smiod
173*3d8817e4Smiod* Support for Motorola 68HC11 and 68HC12.
174*3d8817e4Smiod
175*3d8817e4Smiod* Support for Texas Instruments TMS320C54x (tic54x).
176*3d8817e4Smiod
177*3d8817e4Smiod* Support for IA-64.
178*3d8817e4Smiod
179*3d8817e4Smiod* Support for i860, by Jason Eckhardt.
180*3d8817e4Smiod
181*3d8817e4Smiod* Support for CRIS (Axis Communications ETRAX series).
182*3d8817e4Smiod
183*3d8817e4Smiod* x86 gas has a new .arch pseudo op to specify the target CPU architecture.
184*3d8817e4Smiod
185*3d8817e4Smiod* x86 gas -q command line option quietens warnings about register size changes
186*3d8817e4Smiod  due to suffix, indirect jmp/call without `*', stand-alone prefixes, and
187*3d8817e4Smiod  translating various deprecated floating point instructions.
188*3d8817e4Smiod
189*3d8817e4SmiodChanges in 2.10:
190*3d8817e4Smiod
191*3d8817e4Smiod* Support for the ARM msr instruction was changed to only allow an immediate
192*3d8817e4Smiod  operand when altering the flags field.
193*3d8817e4Smiod
194*3d8817e4Smiod* Support for ATMEL AVR.
195*3d8817e4Smiod
196*3d8817e4Smiod* Support for IBM 370 ELF.  Somewhat experimental.
197*3d8817e4Smiod
198*3d8817e4Smiod* Support for numbers with suffixes.
199*3d8817e4Smiod
200*3d8817e4Smiod* Added support for breaking to the end of repeat loops.
201*3d8817e4Smiod
202*3d8817e4Smiod* Added support for parallel instruction syntax (DOUBLEBAR_PARALLEL).
203*3d8817e4Smiod
204*3d8817e4Smiod* New .elseif pseudo-op added.
205*3d8817e4Smiod
206*3d8817e4Smiod* New --fatal-warnings option.
207*3d8817e4Smiod
208*3d8817e4Smiod* picoJava architecture support added.
209*3d8817e4Smiod
210*3d8817e4Smiod* Motorola MCore 210 processor support added.
211*3d8817e4Smiod
212*3d8817e4Smiod* A new pseudo-op .intel_syntax has been implemented to allow gas to parse i386
213*3d8817e4Smiod  assembly programs with intel syntax.
214*3d8817e4Smiod
215*3d8817e4Smiod* New pseudo-ops .func,.endfunc to aid in debugging user-written assembler code.
216*3d8817e4Smiod
217*3d8817e4Smiod* Added -gdwarf2 option to generate DWARF 2 debugging information.
218*3d8817e4Smiod
219*3d8817e4Smiod* Full 16-bit mode support for i386.
220*3d8817e4Smiod
221*3d8817e4Smiod* Greatly improved instruction operand checking for i386.  This change will
222*3d8817e4Smiod  produce errors or warnings on incorrect assembly code that previous versions
223*3d8817e4Smiod  of gas accepted.  If you get unexpected messages from code that worked with
224*3d8817e4Smiod  older versions of gas, please double check the code before reporting a bug.
225*3d8817e4Smiod
226*3d8817e4Smiod* Weak symbol support added for COFF targets.
227*3d8817e4Smiod
228*3d8817e4Smiod* Mitsubishi D30V support added.
229*3d8817e4Smiod
230*3d8817e4Smiod* Texas Instruments c80 (tms320c80) support added.
231*3d8817e4Smiod
232*3d8817e4Smiod* i960 ELF support added.
233*3d8817e4Smiod
234*3d8817e4Smiod* ARM ELF support added.
235*3d8817e4Smiod
236*3d8817e4SmiodChanges in 2.9:
237*3d8817e4Smiod
238*3d8817e4Smiod* Texas Instruments c30 (tms320c30) support added.
239*3d8817e4Smiod
240*3d8817e4Smiod* The assembler now optimizes the exception frame information generated by egcs
241*3d8817e4Smiod  and gcc 2.8.  The new --traditional-format option disables this optimization.
242*3d8817e4Smiod
243*3d8817e4Smiod* Added --gstabs option to generate stabs debugging information.
244*3d8817e4Smiod
245*3d8817e4Smiod* The -a option takes a new suboption, m (e.g., -alm) to expand macros in a
246*3d8817e4Smiod  listing.
247*3d8817e4Smiod
248*3d8817e4Smiod* Added -MD option to print dependencies.
249*3d8817e4Smiod
250*3d8817e4SmiodChanges in 2.8:
251*3d8817e4Smiod
252*3d8817e4Smiod* BeOS support added.
253*3d8817e4Smiod
254*3d8817e4Smiod* MIPS16 support added.
255*3d8817e4Smiod
256*3d8817e4Smiod* Motorola ColdFire 5200 support added (configure for m68k and use -m5200).
257*3d8817e4Smiod
258*3d8817e4Smiod* Alpha/VMS support added.
259*3d8817e4Smiod
260*3d8817e4Smiod* m68k options --base-size-default-16, --base-size-default-32,
261*3d8817e4Smiod  --disp-size-default-16, and --disp-size-default-32 added.
262*3d8817e4Smiod
263*3d8817e4Smiod* The alignment directives now take an optional third argument, which is the
264*3d8817e4Smiod  maximum number of bytes to skip.  If doing the alignment would require
265*3d8817e4Smiod  skipping more than the given number of bytes, the alignment is not done at
266*3d8817e4Smiod  all.
267*3d8817e4Smiod
268*3d8817e4Smiod* The ELF assembler has a new pseudo-op, .symver, used for symbol versioning.
269*3d8817e4Smiod
270*3d8817e4Smiod* The -a option takes a new suboption, c (e.g., -alc), to skip false
271*3d8817e4Smiod  conditionals in listings.
272*3d8817e4Smiod
273*3d8817e4Smiod* Added new pseudo-op, .equiv; it's like .equ, except that it is an error if
274*3d8817e4Smiod  the symbol is already defined.
275*3d8817e4Smiod
276*3d8817e4SmiodChanges in 2.7:
277*3d8817e4Smiod
278*3d8817e4Smiod* The PowerPC assembler now allows the use of symbolic register names (r0,
279*3d8817e4Smiod  etc.) if -mregnames is used.  Symbolic names preceded by a '%' (%r0, etc.)
280*3d8817e4Smiod  can be used any time.  PowerPC 860 move to/from SPR instructions have been
281*3d8817e4Smiod  added.
282*3d8817e4Smiod
283*3d8817e4Smiod* Alpha Linux (ELF) support added.
284*3d8817e4Smiod
285*3d8817e4Smiod* PowerPC ELF support added.
286*3d8817e4Smiod
287*3d8817e4Smiod* m68k Linux (ELF) support added.
288*3d8817e4Smiod
289*3d8817e4Smiod* i960 Hx/Jx support added.
290*3d8817e4Smiod
291*3d8817e4Smiod* i386/PowerPC gnu-win32 support added.
292*3d8817e4Smiod
293*3d8817e4Smiod* SCO ELF support added.  For OpenServer 5 targets (i386-unknown-sco3.2v5) the
294*3d8817e4Smiod  default is to build COFF-only support.  To get a set of tools that generate
295*3d8817e4Smiod  ELF (they'll understand both COFF and ELF), you must configure with
296*3d8817e4Smiod  target=i386-unknown-sco3.2v5elf.
297*3d8817e4Smiod
298*3d8817e4Smiod* m88k-motorola-sysv3* support added.
299*3d8817e4Smiod
300*3d8817e4SmiodChanges in 2.6:
301*3d8817e4Smiod
302*3d8817e4Smiod* Gas now directly supports macros, without requiring GASP.
303*3d8817e4Smiod
304*3d8817e4Smiod* Gas now has an MRI assembler compatibility mode.  Use -M or --mri to select
305*3d8817e4Smiod  MRI mode.  The pseudo-op ``.mri 1'' will switch into the MRI mode until the
306*3d8817e4Smiod  ``.mri 0'' is seen; this can be convenient for inline assembler code.
307*3d8817e4Smiod
308*3d8817e4Smiod* Added --defsym SYM=VALUE option.
309*3d8817e4Smiod
310*3d8817e4Smiod* Added -mips4 support to MIPS assembler.
311*3d8817e4Smiod
312*3d8817e4Smiod* Added PIC support to Solaris and SPARC SunOS 4 assembler.
313*3d8817e4Smiod
314*3d8817e4SmiodChanges in 2.4:
315*3d8817e4Smiod
316*3d8817e4Smiod* Converted this directory to use an autoconf-generated configure script.
317*3d8817e4Smiod
318*3d8817e4Smiod* ARM support, from Richard Earnshaw.
319*3d8817e4Smiod
320*3d8817e4Smiod* Updated VMS support, from Pat Rankin, including considerably improved
321*3d8817e4Smiod  debugging support.
322*3d8817e4Smiod
323*3d8817e4Smiod* Support for the control registers in the 68060.
324*3d8817e4Smiod
325*3d8817e4Smiod* Handles (ignores) a new directive ".this_GCC_requires_the_GNU_assembler", to
326*3d8817e4Smiod  provide for possible future gcc changes, for targets where gas provides some
327*3d8817e4Smiod  features not available in the native assembler.  If the native assembler is
328*3d8817e4Smiod  used, it should become obvious pretty quickly what the problem is.
329*3d8817e4Smiod
330*3d8817e4Smiod* Usage message is available with "--help".
331*3d8817e4Smiod
332*3d8817e4Smiod* The GNU Assembler Preprocessor (gasp) is included.  (Actually, it was in 2.3
333*3d8817e4Smiod  also, but didn't get into the NEWS file.)
334*3d8817e4Smiod
335*3d8817e4Smiod* Weak symbol support for a.out.
336*3d8817e4Smiod
337*3d8817e4Smiod* A bug in the listing code which could cause an infinite loop has been fixed.
338*3d8817e4Smiod  Bugs in listings when generating a COFF object file have also been fixed.
339*3d8817e4Smiod
340*3d8817e4Smiod* Initial i386-svr4 PIC implementation from Eric Youngdale, based on code by
341*3d8817e4Smiod  Paul Kranenburg.
342*3d8817e4Smiod
343*3d8817e4Smiod* Improved Alpha support.  Immediate constants can have a much larger range
344*3d8817e4Smiod  now. Support for the 21164 has been contributed by Digital.
345*3d8817e4Smiod
346*3d8817e4Smiod* Updated ns32k (pc532-mach, netbsd532) support from Ian Dall.
347*3d8817e4Smiod
348*3d8817e4SmiodChanges in 2.3:
349*3d8817e4Smiod
350*3d8817e4Smiod* Mach i386 support, by David Mackenzie and Ken Raeburn.
351*3d8817e4Smiod
352*3d8817e4Smiod* RS/6000 and PowerPC support by Ian Taylor.
353*3d8817e4Smiod
354*3d8817e4Smiod* VMS command scripts (make-gas.com, config-gas.com) have been worked on a bit,
355*3d8817e4Smiod  based on mail received from various people.  The `-h#' option should work
356*3d8817e4Smiod  again too.
357*3d8817e4Smiod
358*3d8817e4Smiod* HP-PA work, by Jeff Law.  Note, for the PA, gas-2.3 has been designed to work
359*3d8817e4Smiod  with gdb-4.12 and gcc-2.6.  As gcc-2.6 has not been released yet, a special
360*3d8817e4Smiod  version of gcc-2.5.8 has been patched to work with gas-2.3.  You can retrieve
361*3d8817e4Smiod  this special version of gcc-2.5.8 via anonymous ftp from jaguar.cs.utah.edu
362*3d8817e4Smiod  in the "dist" directory.
363*3d8817e4Smiod
364*3d8817e4Smiod* Vax support in gas fixed for BSD, so it builds and seems to run a couple
365*3d8817e4Smiod  simple tests okay.  I haven't put it through extensive testing.  (GNU make is
366*3d8817e4Smiod  currently required for BSD 4.3 builds.)
367*3d8817e4Smiod
368*3d8817e4Smiod* Support for the DEC Alpha, running OSF/1 (ECOFF format).  The gas support is
369*3d8817e4Smiod  based on code donated by CMU, which used an a.out-based format.  I'm afraid
370*3d8817e4Smiod  the alpha-a.out support is pretty badly mangled, and much of it removed;
371*3d8817e4Smiod  making it work will require rewriting it as BFD support for the format anyways.
372*3d8817e4Smiod
373*3d8817e4Smiod* Irix 5 support.
374*3d8817e4Smiod
375*3d8817e4Smiod* The test suites have been fixed up a bit, so that they should work with a
376*3d8817e4Smiod  couple different versions of expect and dejagnu.
377*3d8817e4Smiod
378*3d8817e4Smiod* Symbols' values are now handled internally as expressions, permitting more
379*3d8817e4Smiod  flexibility in evaluating them in some cases.  Some details of relocation
380*3d8817e4Smiod  handling have also changed, and simple constant pool management has been
381*3d8817e4Smiod  added, to make the Alpha port easier.
382*3d8817e4Smiod
383*3d8817e4Smiod* New option "--statistics" for printing out program run times.  This is
384*3d8817e4Smiod  intended to be used with the gcc "-Q" option, which prints out times spent in
385*3d8817e4Smiod  various phases of compilation.  (You should be able to get all of them
386*3d8817e4Smiod  printed out with "gcc -Q -Wa,--statistics", I think.)
387*3d8817e4Smiod
388*3d8817e4SmiodChanges in 2.2:
389*3d8817e4Smiod
390*3d8817e4Smiod* RS/6000 AIX and MIPS SGI Irix 5 support has been added.
391*3d8817e4Smiod
392*3d8817e4Smiod* Configurations that are still in development (and therefore are convenient to
393*3d8817e4Smiod  have listed in configure.in) still get rejected without a minor change to
394*3d8817e4Smiod  gas/Makefile.in, so people not doing development work shouldn't get the
395*3d8817e4Smiod  impression that support for such configurations is actually believed to be
396*3d8817e4Smiod  reliable.
397*3d8817e4Smiod
398*3d8817e4Smiod* The program name (usually "as") is printed when a fatal error message is
399*3d8817e4Smiod  displayed.  This should prevent some confusion about the source of occasional
400*3d8817e4Smiod  messages about "internal errors".
401*3d8817e4Smiod
402*3d8817e4Smiod* ELF support is falling into place.  Support for the 386 should be working.
403*3d8817e4Smiod  Support for SPARC Solaris is in.  HPPA support from Utah is being integrated.
404*3d8817e4Smiod
405*3d8817e4Smiod* Symbol values are maintained as expressions instead of being immediately
406*3d8817e4Smiod  boiled down to add-symbol, sub-symbol, and constant.  This permits slightly
407*3d8817e4Smiod  more complex calculations involving symbols whose values are not alreadey
408*3d8817e4Smiod  known.
409*3d8817e4Smiod
410*3d8817e4Smiod* DBX-style debugging info ("stabs") is now supported for COFF formats.
411*3d8817e4Smiod  If any stabs directives are seen in the source, GAS will create two new
412*3d8817e4Smiod  sections: a ".stab" and a ".stabstr" section.  The format of the .stab
413*3d8817e4Smiod  section is nearly identical to the a.out symbol format, and .stabstr is
414*3d8817e4Smiod  its string table.  For this to be useful, you must have configured GCC
415*3d8817e4Smiod  to generate stabs (by defining DBX_DEBUGGING_INFO), and must have a GDB
416*3d8817e4Smiod  that can use the stab sections (4.11 or later).
417*3d8817e4Smiod
418*3d8817e4Smiod* LynxOS, on i386 and m68k platforms, is now supported.  SPARC LynxOS
419*3d8817e4Smiod  support is in progress.
420*3d8817e4Smiod
421*3d8817e4SmiodChanges in 2.1:
422*3d8817e4Smiod
423*3d8817e4Smiod* Several small fixes for i386-aix (PS/2) support from Minh Tran-Le have been
424*3d8817e4Smiod  incorporated, but not well tested yet.
425*3d8817e4Smiod
426*3d8817e4Smiod* Altered the opcode table split for m68k; it should require less VM to compile
427*3d8817e4Smiod  with gcc now.
428*3d8817e4Smiod
429*3d8817e4Smiod* Some minor adjustments to add (Convergent Technologies') Miniframe support,
430*3d8817e4Smiod  suggested by Ronald Cole.
431*3d8817e4Smiod
432*3d8817e4Smiod* HPPA support (running OSF only, not HPUX) has been contributed by Utah.  This
433*3d8817e4Smiod  includes improved ELF support, which I've started adapting for SPARC Solaris
434*3d8817e4Smiod  2.x.  Integration isn't completely, so it probably won't work.
435*3d8817e4Smiod
436*3d8817e4Smiod* HP9000/300 support, donated by HP, has been merged in.
437*3d8817e4Smiod
438*3d8817e4Smiod* Ian Taylor has finished the MIPS ECOFF (Ultrix, Irix) support.
439*3d8817e4Smiod
440*3d8817e4Smiod* Better error messages for unsupported configurations (e.g., hppa-hpux).
441*3d8817e4Smiod
442*3d8817e4Smiod* Test suite framework is starting to become reasonable.
443*3d8817e4Smiod
444*3d8817e4SmiodChanges in 2.0:
445*3d8817e4Smiod
446*3d8817e4Smiod* Mostly bug fixes.
447*3d8817e4Smiod
448*3d8817e4Smiod* Some more merging of BFD and ELF code, but ELF still doesn't work.
449*3d8817e4Smiod
450*3d8817e4SmiodChanges in 1.94:
451*3d8817e4Smiod
452*3d8817e4Smiod* BFD merge is partly done.  Adventurous souls may try giving configure the
453*3d8817e4Smiod  "--with-bfd-assembler" option.  Currently, ELF format requires it, a.out
454*3d8817e4Smiod  format accepts it; SPARC CPU accepts it.  It's the default only for OS "elf"
455*3d8817e4Smiod  or "solaris".  (ELF isn't really supported yet.  It needs work.  I've got
456*3d8817e4Smiod  some code from Utah for HP-PA ELF, and from DG for m88k ELF, but they're not
457*3d8817e4Smiod  fully merged yet.)
458*3d8817e4Smiod
459*3d8817e4Smiod* The 68K opcode table has been split in half.  It should now compile under gcc
460*3d8817e4Smiod  without consuming ridiculous amounts of memory.
461*3d8817e4Smiod
462*3d8817e4Smiod* A couple data structures have been reduced in size.  This should result in
463*3d8817e4Smiod  saving a little bit of space at runtime.
464*3d8817e4Smiod
465*3d8817e4Smiod* Support for MIPS, from OSF and Ralph Campbell, has been merged in.  The OSF
466*3d8817e4Smiod  code provided ROSE format support, which I haven't merged in yet.  (I can
467*3d8817e4Smiod  make it available, if anyone wants to try it out.)  Ralph's code, for BSD
468*3d8817e4Smiod  4.4, supports a.out format.  We don't have ECOFF support in just yet; it's
469*3d8817e4Smiod  coming.
470*3d8817e4Smiod
471*3d8817e4Smiod* Support for the Hitachi H8/500 has been added.
472*3d8817e4Smiod
473*3d8817e4Smiod* VMS host and target support should be working now, thanks chiefly to Eric
474*3d8817e4Smiod  Youngdale.
475*3d8817e4Smiod
476*3d8817e4SmiodChanges in 1.93.01:
477*3d8817e4Smiod
478*3d8817e4Smiod* For m68k, support for more processors has been added: 68040, CPU32, 68851.
479*3d8817e4Smiod
480*3d8817e4Smiod* For i386, .align is now power-of-two; was number-of-bytes.
481*3d8817e4Smiod
482*3d8817e4Smiod* For m68k, "%" is now accepted before register names.  For COFF format, which
483*3d8817e4Smiod  doesn't use underscore prefixes for C labels, it is required, so variable "a0"
484*3d8817e4Smiod  can be distinguished from the register.
485*3d8817e4Smiod
486*3d8817e4Smiod* Last public release was 1.38.  Lots of configuration changes since then, lots
487*3d8817e4Smiod  of new CPUs and formats, lots of bugs fixed.
488*3d8817e4Smiod
489*3d8817e4Smiod
490*3d8817e4SmiodLocal variables:
491*3d8817e4Smiodfill-column: 79
492*3d8817e4SmiodEnd:
493