Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/gpl3/binutils/dist/gas/config add OPTION_FIX_LOONGS...



details:   https://anonhg.NetBSD.org/src/rev/bc6d3e707a61
branches:  trunk
changeset: 769865:bc6d3e707a61
user:      mrg <mrg%NetBSD.org@localhost>
date:      Sun Sep 25 09:44:54 2011 +0000

description:
add OPTION_FIX_LOONGSON2F_BTB and OPTION_NO_FIX_LOONGSON2F_BTB
options back to the enum.

diffstat:

 external/gpl3/binutils/dist/gas/config/tc-mips.c |  2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diffs (12 lines):

diff -r d4dc76f76d60 -r bc6d3e707a61 external/gpl3/binutils/dist/gas/config/tc-mips.c
--- a/external/gpl3/binutils/dist/gas/config/tc-mips.c  Sun Sep 25 09:42:48 2011 +0000
+++ b/external/gpl3/binutils/dist/gas/config/tc-mips.c  Sun Sep 25 09:44:54 2011 +0000
@@ -11362,6 +11362,8 @@
     OPTION_NO_PDR,
     OPTION_MVXWORKS_PIC,
 #endif /* OBJ_ELF */
+    OPTION_FIX_LOONGSON2F_BTB,
+    OPTION_NO_FIX_LOONGSON2F_BTB,
     OPTION_END_OF_ENUM    
   };
   



Home | Main Index | Thread Index | Old Index