Skip to content

Commit

Permalink
Removed dep on hurd/signal.h for RPC stub objects.
Browse files Browse the repository at this point in the history
  • Loading branch information
Roland McGrath committed Aug 22, 1995
1 parent a4bb258 commit 86fe291
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 0 additions & 3 deletions hurd/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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) \
Expand Down
2 changes: 2 additions & 0 deletions sysdeps/i386/dl-machine.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 86fe291

Please sign in to comment.