diff options
author | Per Fogelstrom <pefo@cvs.openbsd.org> | 1996-09-02 11:41:47 +0000 |
---|---|---|
committer | Per Fogelstrom <pefo@cvs.openbsd.org> | 1996-09-02 11:41:47 +0000 |
commit | 748d7a4d99bfbb0735b1558d986cc2923c7900c8 (patch) | |
tree | 4c99e903931c159bf060a4def28e8bbb80add69e /gnu | |
parent | 8d53b5221ac3f563c9e0dd7efbb4134a1b18b8f3 (diff) |
Missing */
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/usr.bin/gcc/config/mips/openbsd-be.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/gcc/config/mips/openbsd-be.h b/gnu/usr.bin/gcc/config/mips/openbsd-be.h index b1d900d0696..ef7c2806305 100644 --- a/gnu/usr.bin/gcc/config/mips/openbsd-be.h +++ b/gnu/usr.bin/gcc/config/mips/openbsd-be.h @@ -212,7 +212,7 @@ Boston, MA 02111-1307, USA. */ HALF_PIC_DECLARE (NAME); \ } while (0) -/* Assemble generic sections. +/* Assemble generic sections. */ /* Write the extra assembler code needed to declare an object properly. */ #undef ASM_DECLARE_OBJECT_NAME |