diff options
author | Sriraman Tallam <tmsriram@google.com> | 2009-10-13 00:39:31 +0000 |
---|---|---|
committer | Sriraman Tallam <tmsriram@google.com> | 2009-10-13 00:39:31 +0000 |
commit | f345227a0cfefcdd2c6d7757e5e5c87b441fc73e (patch) | |
tree | 7f7cbd3597490cd7e60ae8de65af23c55e6aee42 /gold/ChangeLog | |
parent | 01c4733f397a1f4fc5eb52cf9f189f88ff7283e7 (diff) | |
download | gdb-f345227a0cfefcdd2c6d7757e5e5c87b441fc73e.zip gdb-f345227a0cfefcdd2c6d7757e5e5c87b441fc73e.tar.gz gdb-f345227a0cfefcdd2c6d7757e5e5c87b441fc73e.tar.bz2 |
* symtab.h: Check for GOLD_SYMTAB_H before header includes. Remove
includes to gc.h and icf.h.
* arm.cc: Include gc.h.
* gold.cc: Likewise.
* i386.cc: Likewise.
* powerpc.cc: Likewise.
* sparc.cc: Likewise.
* x86_64.cc: Likewise.
* gc.h: Include icf.h.
Diffstat (limited to 'gold/ChangeLog')
-rw-r--r-- | gold/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/gold/ChangeLog b/gold/ChangeLog index 8f0b895..c3c0dea 100644 --- a/gold/ChangeLog +++ b/gold/ChangeLog @@ -1,3 +1,15 @@ +2009-10-12 Sriraman Tallam <tmsriram@google.com> + + * symtab.h: Check for GOLD_SYMTAB_H before header includes. Remove + includes to gc.h and icf.h. + * arm.cc: Include gc.h. + * gold.cc: Likewise. + * i386.cc: Likewise. + * powerpc.cc: Likewise. + * sparc.cc: Likewise. + * x86_64.cc: Likewise. + * gc.h: Include icf.h. + 2009-10-11 Ian Lance Taylor <iant@google.com> * plugin.cc: Include "gold.h" before other header files. |