diff options
author | Nathan Froyd <froydnj@codesourcery.com> | 2009-11-14 02:22:32 +0000 |
---|---|---|
committer | Nathan Froyd <froydnj@codesourcery.com> | 2009-11-14 02:22:32 +0000 |
commit | 68a3e151dab3d8be31eb5347e10db53daba25e2a (patch) | |
tree | 727033bc899e90f5dafd282d37a0ca64f3d8f1ab /sim/ppc/ChangeLog | |
parent | 4473e00469e3453a1ddbb93e8f99b08cfe0702e0 (diff) | |
download | gdb-68a3e151dab3d8be31eb5347e10db53daba25e2a.zip gdb-68a3e151dab3d8be31eb5347e10db53daba25e2a.tar.gz gdb-68a3e151dab3d8be31eb5347e10db53daba25e2a.tar.bz2 |
* configure.ac: If build != host, create a separate build-config.h
file desecribing the build machine.
* configure: Regenerate.
* lf.c: Include build-config.h instead of config.h.
* dgen.c: Likewise.
* igen.c: Likewise.
* misc.c: Likewise.
* misc.h: Likewise.
* filter.c: Likewise.
* table.c: Likewise.
Diffstat (limited to 'sim/ppc/ChangeLog')
-rw-r--r-- | sim/ppc/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/sim/ppc/ChangeLog b/sim/ppc/ChangeLog index 9f1d613..85c20f2 100644 --- a/sim/ppc/ChangeLog +++ b/sim/ppc/ChangeLog @@ -1,3 +1,16 @@ +2009-11-13 Nathan Froyd <froydnj@codesourcery.com> + + * configure.ac: If build != host, create a separate build-config.h + file desecribing the build machine. + * configure: Regenerate. + * lf.c: Include build-config.h instead of config.h. + * dgen.c: Likewise. + * igen.c: Likewise. + * misc.c: Likewise. + * misc.h: Likewise. + * filter.c: Likewise. + * table.c: Likewise. + 2009-10-15 Joel Sherrill <joel.sherrill@oarcorp.com> * std-config.h: Fix spelling error. |