Commit fe1e789f by Herman A.J. ten Brugge Committed by Michael Hayes

c4x.h: Remove hwint.h include and HOST_WIDE_INT_PRINT_HEX redefinition.

        * c4x.h: Remove hwint.h include and HOST_WIDE_INT_PRINT_HEX
	redefinition.

From-SVN: r60921
parent dff0ea43
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> 2003-01-05 Kazu Hirata <kazu@cs.umass.edu>
* config/h8300/h8300.md (*extzv_8_23): New. * config/h8300/h8300.md (*extzv_8_23): New.
......
...@@ -22,8 +22,6 @@ ...@@ -22,8 +22,6 @@
the Free Software Foundation, 59 Temple Place - Suite 330, the Free Software Foundation, 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */ Boston, MA 02111-1307, USA. */
#include "hwint.h"
/* RUN-TIME TARGET SPECIFICATION. */ /* RUN-TIME TARGET SPECIFICATION. */
#define C4x 1 #define C4x 1
...@@ -1648,14 +1646,6 @@ fini_section () \ ...@@ -1648,14 +1646,6 @@ fini_section () \
/* Switch into a generic section. */ /* Switch into a generic section. */
#define TARGET_ASM_NAMED_SECTION c4x_asm_named_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. */ /* Overall Framework of an Assembler File. */
/* We need to have a data section we can identify so that we can set /* We need to have a data section we can identify so that we can set
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment