mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-24 20:28:28 +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:
@ -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>
|
2006-12-12 Ina Pandit <inap@kpitcummins.com>
|
||||||
|
|
||||||
* ld-scripts/overlay-size-map.d: Update.
|
* ld-scripts/overlay-size-map.d: Update.
|
||||||
|
@ -90,11 +90,11 @@ proc big_or_little_endian {} {
|
|||||||
|
|
||||||
foreach x $tmp_flags {
|
foreach x $tmp_flags {
|
||||||
case $x in {
|
case $x in {
|
||||||
{*big*endian eb EB -eb -EB -mb} {
|
{*big*endian eb EB -eb -EB -mb -meb} {
|
||||||
set flags " -EB"
|
set flags " -EB"
|
||||||
return $flags
|
return $flags
|
||||||
}
|
}
|
||||||
{*little*endian el EL -el -EL -ml} {
|
{*little*endian el EL -el -EL -ml -mel} {
|
||||||
set flags " -EL"
|
set flags " -EL"
|
||||||
return $flags
|
return $flags
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user