mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-27 06:17:47 +08:00
* doc/as.texinfo (Align): Correct list of byte targets.
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
2003-10-15 Alan Modra <amodra@bigpond.net.au>
|
||||||
|
|
||||||
|
* doc/as.texinfo (Align): Correct list of byte targets.
|
||||||
|
|
||||||
2003-10-15 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
|
2003-10-15 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
|
||||||
|
|
||||||
* config/tc-mips.c (macro_build_ldst_constoffset,load_register,macro):
|
* config/tc-mips.c (macro_build_ldst_constoffset,load_register,macro):
|
||||||
@ -16,7 +20,7 @@
|
|||||||
2003-10-11 Kaz Kojima <kkojima@rr.iij4u.or.jp>
|
2003-10-11 Kaz Kojima <kkojima@rr.iij4u.or.jp>
|
||||||
|
|
||||||
* config/tc-sh.c: Convert to ISO C90. Remove unnecessary
|
* config/tc-sh.c: Convert to ISO C90. Remove unnecessary
|
||||||
prototypes and casts.
|
prototypes and casts.
|
||||||
* config/tc-sh.h: Likewise.
|
* config/tc-sh.h: Likewise.
|
||||||
* config/tc-sh64.c: Likewise.
|
* config/tc-sh64.c: Likewise.
|
||||||
* config/tc-sh64.h: Likewise.
|
* config/tc-sh64.h: Likewise.
|
||||||
@ -46,21 +50,21 @@
|
|||||||
* doc/as.texinfo : Document --gstabs+ option.
|
* doc/as.texinfo : Document --gstabs+ option.
|
||||||
* NEWS: Mention new feature.
|
* NEWS: Mention new feature.
|
||||||
|
|
||||||
2003-10-06 Matt Thomas <matt@3am-software.com>
|
2003-10-06 Matt Thomas <matt@3am-software.com>
|
||||||
|
|
||||||
Switch NetBSD/hppa to use Linux PA-RISC ELF ABI and
|
Switch NetBSD/hppa to use Linux PA-RISC ELF ABI and
|
||||||
assembler syntax.
|
assembler syntax.
|
||||||
|
|
||||||
tc-hppa.c: Add "%farg[0-3]", "%fret", "%t[1-4]", "%tf[1-4]"
|
* tc-hppa.c: Add "%farg[0-3]", "%fret", "%t[1-4]", "%tf[1-4]"
|
||||||
register names. Change all "defined (TE_LINUX)" to
|
register names. Change all "defined (TE_LINUX)" to
|
||||||
"(defined (TE_LINUX) || defined (TE_NETBSD))".
|
"(defined (TE_LINUX) || defined (TE_NETBSD))".
|
||||||
|
|
||||||
tc-hppa.h: Make NetBSD use "elfXX-hppa-linux" bfd target.
|
* tc-hppa.h: Make NetBSD use "elfXX-hppa-linux" bfd target.
|
||||||
Remove NetBSD's use of LABELS_WITHOUT_COLONS.
|
Remove NetBSD's use of LABELS_WITHOUT_COLONS.
|
||||||
|
|
||||||
2003-10-06 Robert Millan <robertmh@gnu.org>
|
2003-10-06 Robert Millan <robertmh@gnu.org>
|
||||||
|
|
||||||
* configure.in: Match GNU/KNetBSD with new knetbsd*-gnu triplet.
|
* configure.in: Match GNU/KNetBSD with new knetbsd*-gnu triplet.
|
||||||
* configure: Regenerate.
|
* configure: Regenerate.
|
||||||
|
|
||||||
2003-10-05 Nick Clifton <nickc@redhat.com>
|
2003-10-05 Nick Clifton <nickc@redhat.com>
|
||||||
|
@ -3901,12 +3901,12 @@ required alignment; this can be useful if you want the alignment to be filled
|
|||||||
with no-op instructions when appropriate.
|
with no-op instructions when appropriate.
|
||||||
|
|
||||||
The way the required alignment is specified varies from system to system.
|
The way the required alignment is specified varies from system to system.
|
||||||
For the a29k, hppa, m68k, m88k, w65, sparc, Xtensa, and Renesas / SuperH SH,
|
For the a29k, arc, hppa, i386 using ELF, i860, iq2000, m68k, m88k, or32,
|
||||||
and i386 using ELF format,
|
s390, sparc, tic4x, tic80 and xtensa, the first expression is the
|
||||||
the first expression is the
|
|
||||||
alignment request in bytes. For example @samp{.align 8} advances
|
alignment request in bytes. For example @samp{.align 8} advances
|
||||||
the location counter until it is a multiple of 8. If the location counter
|
the location counter until it is a multiple of 8. If the location counter
|
||||||
is already a multiple of 8, no change is needed.
|
is already a multiple of 8, no change is needed. For the tic54x, the
|
||||||
|
first expression is the alignment request in words.
|
||||||
|
|
||||||
For other systems, including the i386 using a.out format, and the arm and
|
For other systems, including the i386 using a.out format, and the arm and
|
||||||
strongarm, it is the
|
strongarm, it is the
|
||||||
|
Reference in New Issue
Block a user