diff options
author | Nick Clifton <nickc@redhat.com> | 1999-10-27 18:13:28 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 1999-10-27 18:13:28 +0000 |
commit | 29c4c6b539b90397d6057b3e22e35b6337163a9c (patch) | |
tree | 97a79997f32d196a0ca856ee974be5ebb6b6de61 /gas/config/tc-arm.c | |
parent | 1ac6a75211ea439731cf3fb801f02971fadc4368 (diff) | |
download | gdb-29c4c6b539b90397d6057b3e22e35b6337163a9c.zip gdb-29c4c6b539b90397d6057b3e22e35b6337163a9c.tar.gz gdb-29c4c6b539b90397d6057b3e22e35b6337163a9c.tar.bz2 |
fix compile time warnings
Diffstat (limited to 'gas/config/tc-arm.c')
-rw-r--r-- | gas/config/tc-arm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/config/tc-arm.c b/gas/config/tc-arm.c index 31b06e3..49c9705 100644 --- a/gas/config/tc-arm.c +++ b/gas/config/tc-arm.c @@ -6984,7 +6984,7 @@ arm_parse_reloc () /* Added support for parsing "var(PLT)" branch instructions */ /* generated by GCC for PLT relocs */ MAP ("(plt)", BFD_RELOC_ARM_PLT32), - NULL, 0, BFD_RELOC_UNUSED + { NULL, 0, BFD_RELOC_UNUSED } #undef MAP }; |