diff options
author | Richard Stallman <rms@gnu.org> | 1992-06-24 02:51:08 +0000 |
---|---|---|
committer | Richard Stallman <rms@gnu.org> | 1992-06-24 02:51:08 +0000 |
commit | cac18c305427407cb71d68bb6a6c8147d85ba883 (patch) | |
tree | f8a56239cf45b21b56457cf12a7c03966d88ef54 /gcc | |
parent | c925e125e1e841b2e49943739eb7f209feca501e (diff) | |
download | gcc-cac18c305427407cb71d68bb6a6c8147d85ba883.zip gcc-cac18c305427407cb71d68bb6a6c8147d85ba883.tar.gz gcc-cac18c305427407cb71d68bb6a6c8147d85ba883.tar.bz2 |
(WORD_SWITCH_TAKES_ARG): Add -aux-info.
From-SVN: r1254
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/config/i960/i960.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/config/i960/i960.h b/gcc/config/i960/i960.h index 4384a09..9b8b496 100644 --- a/gcc/config/i960/i960.h +++ b/gcc/config/i960/i960.h @@ -87,7 +87,8 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ /* These compiler options take an argument. */ #define WORD_SWITCH_TAKES_ARG(STR) \ (!strcmp (STR, "Tdata") || !strcmp (STR, "include") \ - || !strcmp (STR, "imacros") || !strcmp (STR, "Ttext")) + || !strcmp (STR, "imacros") || !strcmp (STR, "Ttext") + || !strcmp (STR, "aux-info")) /* Omit frame pointer at -O2. Inline functions at -O3. */ #define OPTIMIZATION_OPTIONS(LEVEL) \ |