Removed dep on hurd/signal.h for RPC stub objects.

This commit is contained in:
Roland McGrath 1995-08-22 20:48:46 +00:00
parent a4bb25890d
commit 86fe2915bb
2 changed files with 2 additions and 3 deletions

View File

@ -92,9 +92,6 @@ include ../Rules
# _hurd_intr_rpc_mach_msg.
user-MIGFLAGS += -imacros intr-rpc.defs
$(foreach if,$(user-interfaces),$($(if)-calls:%=$(objpfx)RPC_%.o))): \
hurd/signal.h
$(objpfx)fault%.c $(objpfx)fault%.h: $(mach-srcdir)/mach/%.defs
$(MIG) $(MIGFLAGS) -prefix _hurdsig_fault_ \
-server $(@:.h=.c) -sheader $(@:.c=.h) \

View File

@ -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;