diff options
author | sje <sje@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-10-07 17:16:31 +0000 |
---|---|---|
committer | sje <sje@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-10-07 17:16:31 +0000 |
commit | b7e30985502aceea4ab713202f3f644651d66131 (patch) | |
tree | 74ecd8b92b0c64a5612e943828604f93f9aedd5c /gcc/ChangeLog | |
parent | 72231bd6a4e2e13f0a27696f257d1b5b195301d1 (diff) | |
download | gcc-b7e30985502aceea4ab713202f3f644651d66131.tar.gz |
* config.host (hppa*-*-hpux*): Change out_host_hook_obj and
host_xmake_file.
(hppa*-*-linux*): Ditto.
(ia64-*-hpux*): Add out_host_hook_obj and host_xmake_file.
config/host-hpux.c: New.
config/x-hpux: New.
config/pa/x-hpux: Remove.
config/pa/x-linux: Remove.
config/pa/pa-host.c: Remove.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@105093 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r-- | gcc/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index e3d619f7f04..a5f0110d77b 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,15 @@ +2005-10-07 Steve Ellcey <sje@cup.hp.com> + + * config.host (hppa*-*-hpux*): Change out_host_hook_obj and + host_xmake_file. + (hppa*-*-linux*): Ditto. + (ia64-*-hpux*): Add out_host_hook_obj and host_xmake_file. + * config/host-hpux.c: New. + * config/x-hpux: New. + * config/pa/x-hpux: Remove. + * config/pa/x-linux: Remove. + * config/pa/pa-host.c: Remove. + 2005-10-07 Jeff Law <law@redhat.com> * tree-ssa-dom.c (dom_opt_finalize_block): Fix conditions to |