diff options
author | 1997-01-24 02:12:15 +0000 | |
---|---|---|
committer | 1997-01-24 02:12:15 +0000 | |
commit | 4bbb3702b84a9b4cbf56f6afd4d222687e90b154 (patch) | |
tree | 7b780edaf0a7a4a85b3c81d4a8cfe921e8d26a5e | |
parent | Sync w/ NETBSD_CURRENT_971122. (diff) | |
download | wireguard-openbsd-4bbb3702b84a9b4cbf56f6afd4d222687e90b154.tar.xz wireguard-openbsd-4bbb3702b84a9b4cbf56f6afd4d222687e90b154.zip |
missing */
-rw-r--r-- | gnu/usr.bin/gcc/config/mips/openbsd-le.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/gcc/config/mips/openbsd-le.h b/gnu/usr.bin/gcc/config/mips/openbsd-le.h index 883e10aef6e..387a283bdaa 100644 --- a/gnu/usr.bin/gcc/config/mips/openbsd-le.h +++ b/gnu/usr.bin/gcc/config/mips/openbsd-le.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 |