summaryrefslogtreecommitdiff
path: root/sysdeps/i386
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1995-08-22 20:48:46 +0000
committerRoland McGrath <roland@gnu.org>1995-08-22 20:48:46 +0000
commit86fe2915bbc0e52595224906b1e1dfe01bb153e0 (patch)
tree98b4f0f6dea70750bbd5bc8160586cb2e2c23181 /sysdeps/i386
parenta4bb25890d262dd143b0030099ce084a4b21acd0 (diff)
Removed dep on hurd/signal.h for RPC stub objects.
Diffstat (limited to 'sysdeps/i386')
-rw-r--r--sysdeps/i386/dl-machine.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sysdeps/i386/dl-machine.h b/sysdeps/i386/dl-machine.h
index 5ef56a7088..57637a936f 100644
--- a/sysdeps/i386/dl-machine.h
+++ b/sysdeps/i386/dl-machine.h
@@ -108,6 +108,8 @@ elf_machine_rel (struct link_map *map,
case R_386_PC32:
*reloc_addr = sym_value - (Elf32_Addr) reloc_addr;
break;
+ case R_386_NONE: /* Alright, Wilbur. */
+ break;
default:
assert (! "unexpected dynamic reloc type");
break;