Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/gpl3/gcc/dist/gcc/config/arm define HANDLE_PRAGMA_P...



details:   https://anonhg.NetBSD.org/src/rev/aba93db5d9c0
branches:  trunk
changeset: 766713:aba93db5d9c0
user:      mrg <mrg%NetBSD.org@localhost>
date:      Fri Jul 01 01:23:23 2011 +0000

description:
define HANDLE_PRAGMA_PACK_PUSH_POP to 1 not just define it

diffstat:

 external/gpl3/gcc/dist/gcc/config/arm/arm.h |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 201c20b40652 -r aba93db5d9c0 external/gpl3/gcc/dist/gcc/config/arm/arm.h
--- a/external/gpl3/gcc/dist/gcc/config/arm/arm.h       Fri Jul 01 01:23:00 2011 +0000
+++ b/external/gpl3/gcc/dist/gcc/config/arm/arm.h       Fri Jul 01 01:23:23 2011 +0000
@@ -2111,7 +2111,7 @@
   (GET_CODE (X) == REG && ARM_REG_OK_FOR_INDEX_P (X))
 
 /* Define this for compatibility reasons. */
-#define HANDLE_PRAGMA_PACK_PUSH_POP
+#define HANDLE_PRAGMA_PACK_PUSH_POP 1
 
 /* Specify the machine mode that this machine uses
    for the index in the tablejump instruction.  */



Home | Main Index | Thread Index | Old Index