From 53878f2d307388e4606328b10d417c3fe40a05ff Mon Sep 17 00:00:00 2001 From: "H.J. Lu" Date: Sun, 29 Apr 2001 17:58:39 +0000 Subject: [PATCH] 2001-04-29 Keith M Wesolowski * config/tc-mips.c (md_parse_option): Also accept elf64-tradbigmips and elf64-tradlittlemips for OPTION_64. --- gas/ChangeLog | 5 +++++ gas/config/tc-mips.c | 4 +++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/gas/ChangeLog b/gas/ChangeLog index 6fbaea1760..18dd468f2b 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,8 @@ +2001-04-29 Keith M Wesolowski + + * config/tc-mips.c (md_parse_option): Also accept + elf64-tradbigmips and elf64-tradlittlemips for OPTION_64. + 2001-04-27 David Mosberger * config/tc-ia64.c (dot_spillmem_p): Fix output_spill_?sprel_p() diff --git a/gas/config/tc-mips.c b/gas/config/tc-mips.c index 6c2f317314..907dda4107 100644 --- a/gas/config/tc-mips.c +++ b/gas/config/tc-mips.c @@ -9140,7 +9140,9 @@ md_parse_option (c, arg) list = bfd_target_list (); for (l = list; *l != NULL; l++) if (strcmp (*l, "elf64-bigmips") == 0 - || strcmp (*l, "elf64-littlemips") == 0) + || strcmp (*l, "elf64-littlemips") == 0 + || strcmp (*l, "elf64-tradbigmips") == 0 + || strcmp (*l, "elf64-tradlittlemips") == 0) break; if (*l == NULL) as_fatal (_("No compiled in support for 64 bit object file format")); -- 2.11.0