diff options
| author | m.hayes <m.hayes@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-01-06 00:11:54 +0000 |
|---|---|---|
| committer | m.hayes <m.hayes@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-01-06 00:11:54 +0000 |
| commit | 420fde99c865d23b66dc5ea91c4ef2bc4da97234 (patch) | |
| tree | e6d1c2d1f76f69cb4ecbc81d675bbb6db89cab33 | |
| parent | 13ae3e2490ab0c17fcddc2672e13c4e21997713f (diff) | |
| download | ppe42-gcc-420fde99c865d23b66dc5ea91c4ef2bc4da97234.tar.gz ppe42-gcc-420fde99c865d23b66dc5ea91c4ef2bc4da97234.zip | |
* c4x.h: Remove hwint.h include and HOST_WIDE_INT_PRINT_HEX
redefinition.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@60921 138bc75d-0d04-0410-961f-82ee72b054a4
| -rw-r--r-- | gcc/ChangeLog | 5 | ||||
| -rw-r--r-- | gcc/config/c4x/c4x.h | 10 |
2 files changed, 5 insertions, 10 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index c3c015bf493..c25b5ee396b 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2003-01-06 Herman A.J. ten Brugge <hermantenbrugge@home.nl> + + * c4x.h: Remove hwint.h include and HOST_WIDE_INT_PRINT_HEX + redefinition. + 2003-01-05 Kazu Hirata <kazu@cs.umass.edu> * config/h8300/h8300.md (*extzv_8_23): New. diff --git a/gcc/config/c4x/c4x.h b/gcc/config/c4x/c4x.h index e0733744e92..299e53a7a9b 100644 --- a/gcc/config/c4x/c4x.h +++ b/gcc/config/c4x/c4x.h @@ -22,8 +22,6 @@ the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -#include "hwint.h" - /* RUN-TIME TARGET SPECIFICATION. */ #define C4x 1 @@ -1648,14 +1646,6 @@ fini_section () \ /* Switch into a generic section. */ #define TARGET_ASM_NAMED_SECTION c4x_asm_named_section -/* The TI assembler wants to have hex numbers this way. */ - -#undef HOST_WIDE_INT_PRINT_HEX -#if HOST_BITS_PER_WIDE_INT == HOST_BITS_PER_LONG -# define HOST_WIDE_INT_PRINT_HEX "0%lxh" -#else -# define HOST_WIDE_INT_PRINT_HEX "0%llxh" -#endif /* Overall Framework of an Assembler File. */ /* We need to have a data section we can identify so that we can set |

