diff options
Diffstat (limited to 'gcc/config/lm32/lm32.h')
-rw-r--r-- | gcc/config/lm32/lm32.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/lm32/lm32.h b/gcc/config/lm32/lm32.h index e761e14..ecad4cd 100644 --- a/gcc/config/lm32/lm32.h +++ b/gcc/config/lm32/lm32.h @@ -52,7 +52,7 @@ %{muser-enabled} \ " -/* Let link script define all link options. +/* Let link script define all link options. Default to using simulator link script. */ #undef STARTFILE_SPEC @@ -162,7 +162,7 @@ do { \ enum reg_class { - NO_REGS, + NO_REGS, GENERAL_REGS, ALL_REGS, LIM_REG_CLASSES |