* gas/mips/*.[sd]: Add explicit nops, sometimes controlled by

.ifdef, to accomodate change to avoid default alignment on
	embedded systems.
This commit is contained in:
Ian Lance Taylor 1996-12-13 18:06:41 +00:00
parent 08e17202ee
commit 029b826182
3 changed files with 13 additions and 2 deletions

View File

@ -1,3 +1,14 @@
Fri Dec 13 13:05:33 1996 Ian Lance Taylor <ian@cygnus.com>
* gas/mips/*.[sd]: Add explicit nops, sometimes controlled by
.ifdef, to accomodate change to avoid default alignment on
embedded systems.
Wed Dec 11 09:26:01 1996 Jeffrey A Law (law@cygnus.com)
* gas/mn10200/basic.exp (do_movb): Fix bit pattern for
"movb dm,(an)".
Tue Dec 10 13:01:05 1996 Jeffrey A Law (law@cygnus.com)
* gas/mn10300/basic.exp: Update after endianness changes to

View File

@ -1,6 +1,6 @@
#objdump: -dr --prefix-addresses
#name: MIPS ld-empic
#as: -mips1 -membedded-pic
#as: -mips1 -membedded-pic --defsym EMPIC=1
#source: ld-pic.s
# Test the ld macro with -membedded-pic.

View File

@ -1,6 +1,6 @@
#objdump: -dr --prefix-addresses
#name: MIPS lifloat-empic
#as: -mips1 -membedded-pic
#as: -mips1 -membedded-pic --defsym EMPIC=1
#source: lifloat.s
# Test the li.d and li.s macros with -membedded-pic.