* common.h (DT_HIOS): Correct value.
This commit is contained in:
parent
374451f0e9
commit
0bec1a8421
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2003-12-06 Alan Modra <amodra@bigpond.net.au>
|
||||||
|
|
||||||
|
From Jan Beulich <JBeulich@novell.com>
|
||||||
|
* common.h (DT_HIOS): Correct value.
|
||||||
|
|
||||||
2003-12-03 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
|
2003-12-03 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
|
||||||
|
|
||||||
* elf/m32r.h: Add new machine type m32r2 and instruction modes.
|
* elf/m32r.h: Add new machine type m32r2 and instruction modes.
|
||||||
|
|
|
@ -533,7 +533,7 @@
|
||||||
values outside of the new range (see below). */
|
values outside of the new range (see below). */
|
||||||
#define OLD_DT_LOOS 0x60000000
|
#define OLD_DT_LOOS 0x60000000
|
||||||
#define DT_LOOS 0x6000000d
|
#define DT_LOOS 0x6000000d
|
||||||
#define DT_HIOS 0x6fff0000
|
#define DT_HIOS 0x6ffff000
|
||||||
#define OLD_DT_HIOS 0x6fffffff
|
#define OLD_DT_HIOS 0x6fffffff
|
||||||
|
|
||||||
#define DT_LOPROC 0x70000000
|
#define DT_LOPROC 0x70000000
|
||||||
|
|
Loading…
Reference in a new issue