mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-24 02:24:46 +08:00
2006-12-13 Dave Brolley <brolley@redhat.com>
* lib/ld-lib.exp (big_or_little_endian): Accept -meb and -mel for big and little endian respectively.
This commit is contained in:
parent
c450d570b0
commit
906156c429
@ -1,3 +1,8 @@
|
||||
2006-12-13 Dave Brolley <brolley@redhat.com>
|
||||
|
||||
* lib/ld-lib.exp (big_or_little_endian): Accept -meb and
|
||||
-mel for big and little endian respectively.
|
||||
|
||||
2006-12-12 Ina Pandit <inap@kpitcummins.com>
|
||||
|
||||
* ld-scripts/overlay-size-map.d: Update.
|
||||
|
@ -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
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user