mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-04 07:44:22 +08:00
Fix the sun3 segment size rounding value.
This commit is contained in:
parent
68b7021279
commit
e10f519d25
@ -4,7 +4,7 @@
|
||||
/* Note that some SPARCs have 4K pages, some 8K, some others. */
|
||||
|
||||
#define SEG_SIZE_SPARC PAGE_SIZE
|
||||
#define SEG_SIZE_SUN3 0x80000 /* Resolution of r/w protection hw */
|
||||
#define SEG_SIZE_SUN3 0x20000 /* Resolution of r/w protection hw */
|
||||
|
||||
#define TEXT_START_ADDR PAGE_SIZE /* Location 0 is not accessible */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user