projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
68b7021
)
Fix the sun3 segment size rounding value.
author
John Gilmore
<gnu@cygnus>
Fri, 23 Aug 1991 20:57:17 +0000
(20:57 +0000)
committer
John Gilmore
<gnu@cygnus>
Fri, 23 Aug 1991 20:57:17 +0000
(20:57 +0000)
include/a.out.sun4.h
patch
|
blob
|
history
diff --git
a/include/a.out.sun4.h
b/include/a.out.sun4.h
index 6c456d345e8d3f820eface1e48089de3a3d08f67..8d938b031d36024ee48224c1042163600ea962ad 100755
(executable)
--- a/
include/a.out.sun4.h
+++ b/
include/a.out.sun4.h
@@
-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 0x
8
0000 /* Resolution of r/w protection hw */
+#define SEG_SIZE_SUN3 0x
2
0000 /* Resolution of r/w protection hw */
#define TEXT_START_ADDR PAGE_SIZE /* Location 0 is not accessible */