projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9e95597
)
Don't define EMPTY_FIELD_BOUNDARY
author
Ian Lance Taylor
<ian@gcc.gnu.org>
Wed, 9 Oct 1996 22:11:27 +0000
(22:11 +0000)
committer
Ian Lance Taylor
<ian@gcc.gnu.org>
Wed, 9 Oct 1996 22:11:27 +0000
(22:11 +0000)
From-SVN: r12943
gcc/config/mips/abi64.h
patch
|
blob
|
history
diff --git
a/gcc/config/mips/abi64.h
b/gcc/config/mips/abi64.h
index 9a0a6e928050d9a7ee9de031810a2319d6b676b4..9e1a4b98537ef5e35c0fd32d46fe6c8d124dc2af 100644
(file)
--- a/
gcc/config/mips/abi64.h
+++ b/
gcc/config/mips/abi64.h
@@
-25,9
+25,6
@@
Boston, MA 02111-1307, USA. */
#define SUBTARGET_TARGET_OPTIONS\
{ "abi=", &mips_abi_string },
-#undef EMPTY_FIELD_BOUNDARY
-#define EMPTY_FIELD_BOUNDARY 32
-
#undef STACK_BOUNDARY
#define STACK_BOUNDARY (mips_abi == ABI_32 ? 64 : 128)