artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cb785ef
)
note.ABI-tag and .MIPS.options are not needed anymore when
author
deraadt
<deraadt@openbsd.org>
Mon, 26 Jun 2017 16:14:24 +0000
(16:14 +0000)
committer
deraadt
<deraadt@openbsd.org>
Mon, 26 Jun 2017 16:14:24 +0000
(16:14 +0000)
we use gapdummy.o
sys/conf/makegap.sh
patch
|
blob
|
history
diff --git
a/sys/conf/makegap.sh
b/sys/conf/makegap.sh
index
d57cbc0
..
ddf16ff
100644
(file)
--- a/
sys/conf/makegap.sh
+++ b/
sys/conf/makegap.sh
@@
-53,9
+53,6
@@
SECTIONS {
. = ALIGN(16);
*(.bss .bss.*)
} :bss
-
- note.ABI-tag 0 : { *(.note.ABI-tag) }
- .MIPS.options : { *(.MIPS.options) }
}
__EOF__