From 4628104a8b68d6e6afd778c25ccf0194f101c91a Mon Sep 17 00:00:00 2001 From: Dave Brolley Date: Wed, 13 Dec 2006 16:38:37 +0000 Subject: [PATCH] 2006-12-13 Dave Brolley * lib/ld-lib.exp (big_or_little_endian): Accept -meb and -mel for big and little endian respectively. --- ld/testsuite/ChangeLog | 5 +++++ ld/testsuite/lib/ld-lib.exp | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ld/testsuite/ChangeLog b/ld/testsuite/ChangeLog index e80a87853..d333608a4 100644 --- a/ld/testsuite/ChangeLog +++ b/ld/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2006-12-13 Dave Brolley + + * lib/ld-lib.exp (big_or_little_endian): Accept -meb and + -mel for big and little endian respectively. + 2006-12-12 Ina Pandit * ld-scripts/overlay-size-map.d: Update. diff --git a/ld/testsuite/lib/ld-lib.exp b/ld/testsuite/lib/ld-lib.exp index 4fbe2af8c..dd42eabd9 100644 --- a/ld/testsuite/lib/ld-lib.exp +++ b/ld/testsuite/lib/ld-lib.exp @@ -90,11 +90,11 @@ proc big_or_little_endian {} { foreach x $tmp_flags { case $x in { - {*big*endian eb EB -eb -EB -mb} { + {*big*endian eb EB -eb -EB -mb -meb} { set flags " -EB" return $flags } - {*little*endian el EL -el -EL -ml} { + {*little*endian el EL -el -EL -ml -mel} { set flags " -EL" return $flags } -- 2.11.4.GIT