diff options
Diffstat (limited to 'gcc')
| -rw-r--r-- | gcc/ChangeLog | 4 | ||||
| -rw-r--r-- | gcc/config/mips/mips.h | 1 |
2 files changed, 4 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 1bd44b8..b585dde 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2003-07-03 Kaveh R. Ghazi <ghazi@caip.rutgers.edu> + + * config/mips/mips.h (save_argv): Delete. + 2003-07-03 Roger Sayle <roger@eyesopen.com> PR target/10700 diff --git a/gcc/config/mips/mips.h b/gcc/config/mips/mips.h index cf249b8..90dae58 100644 --- a/gcc/config/mips/mips.h +++ b/gcc/config/mips/mips.h @@ -28,7 +28,6 @@ Boston, MA 02111-1307, USA. */ extern char call_used_regs[]; extern int may_call_alloca; -extern char **save_argv; extern int target_flags; /* MIPS external variables defined in mips.c. */ |
