diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2010-09-14 03:51:22 +0200 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2010-09-14 03:55:11 +0200 |
commit | faa99cfbe3dbac26021df620a19c3f671a0a2613 (patch) | |
tree | 7b0d15762bd72d6901898d59bb7c7fec73d6c420 /Makefile.am | |
parent | 660d90c5e0a60902e9ec94ea585c50c55a25c10c (diff) | |
download | gnumach-faa99cfbe3dbac26021df620a19c3f671a0a2613.tar.gz gnumach-faa99cfbe3dbac26021df620a19c3f671a0a2613.tar.bz2 gnumach-faa99cfbe3dbac26021df620a19c3f671a0a2613.zip |
Fix ifunc entries
* i386/ldscript: Update to the version from binutils 2.20.51.20100617.
Remove SEARCH_DIR calls.
* Makefile.am (clib_routines): Accept undefined __rel_iplt_start and
__rel_iplt_end as these come from the ldscript.
* i386/i386at/boothdr.S (boot_entry): Call ifunc hooks at boot.
* i386/xen/xen_boothdr.S (start): Likewise.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index bc8a9e89..04885ddb 100644 --- a/Makefile.am +++ b/Makefile.am @@ -137,6 +137,7 @@ clib_routines := memcmp memcpy memmove memset bcopy bzero \ strchr strstr strsep strpbrk strtok \ htonl htons ntohl ntohs \ udivdi3 __udivdi3 \ + __rel_iplt_start __rel_iplt_end \ _START _start etext _edata end _end # actually ld magic, not libc. gnumach-undef: gnumach.$(OBJEXT) $(NM) -u $< | sed 's/ *U *//' | sort -u > $@ |