linker dhd

David Huggins-Daines dhd@puffin.external.hp.com
Fri, 11 Feb 2000 12:36:14 -0700


CVSROOT:	/home/cvs/parisc
Module name:	linker
Changes by:	dhd	00/02/11 12:36:14

Modified files:
	.              : Makefile.in allocate.c allocate.h annotate.c 
	                 annotate.h bv_dense.c bv_dense.h byteorder.c 
	                 byteorder.h cnx_link_info.c cnx_link_info.h 
	                 comdat.c comdat.h dead_proc.c dead_proc.h 
	                 debug_opt.c debug_opt.h driver.c driver.h elf.h 
	                 elf_detector.c elf_detector.h elf_hp.h 
	                 elf_parisc.h elftypes.h embed.c embed.h 
	                 errors.h fdp.c fe_error.c fgetword.c fixups.c 
	                 fixups.h get_text_off.h hash.c ld_linkmap.c 
	                 ld_linkmap.h ld_linkmap_int.h ld_strings.c 
	                 ld_strings.h ldlimits.h ldnls.h libraries.c 
	                 libraries.h linker.c linker.h linkmap.h 
	                 o2n_driver.c o2n_tally.c o2n_tally.h opt.c 
	                 opt.h output.c output.h spaces.c spaces.h 
	                 stub_inst.h stubs.c stubs.h subspaces.c 
	                 subspaces.h subvers.h symbols.c symbols.h 
	                 util.c util.h version.h 
Added files:
	.              : compat.c compat.h 
Removed files:
	.              : linuxutil.c linuxutil.h std.h 

Log message:
- Added #include guards to all header files

- Moved std.h and linuxutil.h (and some other compatibility cruft) to
compat.h, and #including this instead of config.h in most places

- Moved some of std.h into util.h

- Moved linuxutil.c to compat.c