diff options
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/config/rs6000/rs6000.c | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 47f2ec7..b8fa9fb 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2003-01-10 David Edelsohn <edelsohn@gnu.org> + + * config/rs6000/rs6000.c (common_mode_defined): Mark for PCH. + 2003-01-10 Geoffrey Keating <geoffk@apple.com> * Makefile.in (parsedir): New variable. diff --git a/gcc/config/rs6000/rs6000.c b/gcc/config/rs6000/rs6000.c index 7880cd5..fdf73ac 100644 --- a/gcc/config/rs6000/rs6000.c +++ b/gcc/config/rs6000/rs6000.c @@ -95,7 +95,7 @@ int rs6000_fprs = 1; const char *rs6000_isel_string; /* Set to nonzero once AIX common-mode calls have been defined. */ -static int common_mode_defined; +static GTY(()) int common_mode_defined; /* Private copy of original value of flag_pic for ABI_AIX. */ static int rs6000_flag_pic; |