diff options
author | Kazu Hirata <kazu@cs.umass.edu> | 2003-12-25 15:17:37 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2003-12-25 15:17:37 +0000 |
commit | d6b4baa4a57b9dd0ede31e142d14669e0aeabdb9 (patch) | |
tree | 5f86c90c00d8ed7e1ddab06edccedfc1ca97b280 /gcc/config/alpha/openbsd.h | |
parent | 3bbc2af6e7386fb076a92ec9a4e902b3524c587b (diff) | |
download | gcc-d6b4baa4a57b9dd0ede31e142d14669e0aeabdb9.zip gcc-d6b4baa4a57b9dd0ede31e142d14669e0aeabdb9.tar.gz gcc-d6b4baa4a57b9dd0ede31e142d14669e0aeabdb9.tar.bz2 |
alpha-modes.def: Fix comment formatting.
* config/alpha/alpha-modes.def: Fix comment formatting.
* config/alpha/alpha.c: Likewise.
* config/alpha/alpha.h: Likewise.
* config/alpha/elf.h: Likewise.
* config/alpha/lib1funcs.asm: Likewise.
* config/alpha/openbsd.h: Likewise.
* config/alpha/vms-cc.c: Likewise.
* config/alpha/vms-crt0-64.c: Likewise.
* config/alpha/vms-crt0.c: Likewise.
* config/alpha/vms-ld.c: Likewise.
* config/alpha/vms-psxcrt0-64.c: Likewise.
* config/alpha/vms-psxcrt0.c: Likewise.
* config/alpha/vms.h: Likewise.
* config/arc/arc.c: Likewise.
* config/arm/aof.h: Likewise.
* config/arm/arm-modes.def: Likewise.
* config/arm/arm.c: Likewise.
* config/arm/arm.h: Likewise.
* config/arm/arm.md: Likewise.
* config/arm/linux-elf.h: Likewise.
* config/arm/vxworks.h: Likewise.
* config/avr/avr.c: Likewise.
* config/avr/avr.h: Likewise.
From-SVN: r75019
Diffstat (limited to 'gcc/config/alpha/openbsd.h')
-rw-r--r-- | gcc/config/alpha/openbsd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/alpha/openbsd.h b/gcc/config/alpha/openbsd.h index 45f627d..b9df2e4 100644 --- a/gcc/config/alpha/openbsd.h +++ b/gcc/config/alpha/openbsd.h @@ -72,7 +72,7 @@ Boston, MA 02111-1307, USA. */ /* Assembler format: exception region output. */ /* All configurations that don't use elf must be explicit about not using - dwarf unwind information. */ + dwarf unwind information. */ #ifdef INCOMING_RETURN_ADDR_RTX #undef DWARF2_UNWIND_INFO #define DWARF2_UNWIND_INFO 0 |