diff options
author | Alan Modra <amodra@gmail.com> | 2008-10-20 01:03:50 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2008-10-20 01:03:50 +0000 |
commit | 8fc4ee9b84d1ea2eb9c3ac71e62abcf2dcb3e895 (patch) | |
tree | 993309d4183feb8ba6fb7ffeda98421318afedcc /gas/config/bfin-parse.y | |
parent | 7204a4518504309e3ae0d2186199294bf70c0b97 (diff) | |
download | gdb-8fc4ee9b84d1ea2eb9c3ac71e62abcf2dcb3e895.zip gdb-8fc4ee9b84d1ea2eb9c3ac71e62abcf2dcb3e895.tar.gz gdb-8fc4ee9b84d1ea2eb9c3ac71e62abcf2dcb3e895.tar.bz2 |
* config/bfin-parse.y: Use C style comments.
* config/tc-bfin.c: Likewise.
* config/tc-m68k.c: Likewise.
* config/tc-mips.c: Likewise.
Diffstat (limited to 'gas/config/bfin-parse.y')
-rw-r--r-- | gas/config/bfin-parse.y | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gas/config/bfin-parse.y b/gas/config/bfin-parse.y index f91224e..83cc688 100644 --- a/gas/config/bfin-parse.y +++ b/gas/config/bfin-parse.y @@ -1,5 +1,5 @@ /* bfin-parse.y ADI Blackfin parser - Copyright 2005, 2006, 2007 + Copyright 2005, 2006, 2007, 2008 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. @@ -23,7 +23,7 @@ #include "as.h" #include <obstack.h> -#include "bfin-aux.h" // opcode generating auxiliaries +#include "bfin-aux.h" /* Opcode generating auxiliaries. */ #include "libbfd.h" #include "elf/common.h" #include "elf/bfin.h" |