From 61ba1cf93601b0a0877a8ade94ba3c674a09f77e Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Fri, 29 Sep 2006 19:58:17 +0000 Subject: Snapshot. Now able to produce a minimal executable which actually runs. --- gold/Makefile.am | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'gold/Makefile.am') diff --git a/gold/Makefile.am b/gold/Makefile.am index ed26af9..8545a77 100644 --- a/gold/Makefile.am +++ b/gold/Makefile.am @@ -18,6 +18,7 @@ INCLUDES = -D_GNU_SOURCE \ noinst_PROGRAMS = ld-new CCFILES = \ + archive.cc \ dirsearch.cc \ fileread.cc \ gold.cc \ @@ -27,6 +28,7 @@ CCFILES = \ options.cc \ output.cc \ readsyms.cc \ + reloc.cc \ resolve.cc \ symtab.cc \ stringpool.cc \ @@ -34,6 +36,7 @@ CCFILES = \ workqueue.cc HFILES = \ + archive.h \ dirsearch.h \ fileread.h \ gold.h \ @@ -43,9 +46,11 @@ HFILES = \ options.h \ output.h \ readsyms.h \ + reloc.h \ stringpool.h \ symtab.h \ target.h \ + target-reloc.h \ target-select.h \ workqueue.h -- cgit v1.1