diff options
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 1 | ||||
-rw-r--r-- | gcc/config/1750a/1750a.h | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 7c26a5a..5871a10 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,6 @@ Thu Mar 18 22:28:53 1999 Jeffrey A Law (law@cygnus.com) + * 1750a.h (TARGET_SWITCHES): Add documentation. * pa.h (TARGET_SWITCHES): Add documentation. (TARGET_OPTIONS): Likewise. * mn10300.h (TARGET_SWITCHES): Add documentation. diff --git a/gcc/config/1750a/1750a.h b/gcc/config/1750a/1750a.h index aa039df..a931536 100644 --- a/gcc/config/1750a/1750a.h +++ b/gcc/config/1750a/1750a.h @@ -35,7 +35,7 @@ Boston, MA 02111-1307, USA. */ /* Run-time compilation parameters selecting different hardware subsets. */ #define TARGET_SWITCHES \ - { {"vaxc-alignment", 2}, \ + { {"vaxc-alignment", 2, "Use VAX-C alignment"}, \ { "", TARGET_DEFAULT}} /* Default target_flags if no switches specified. */ |