Commit 5a2d4de0 by Andrew Pinski Committed by Andrew Pinski

darwin.h (SUBTARGET_ENCODE_SECTION_INFO): Define.

2006-01-11  Andrew Pinski  <pinskia@physics.uc.edu>

        * config/i386/darwin.h (SUBTARGET_ENCODE_SECTION_INFO): Define.

From-SVN: r109623
parent 07966b1e
2006-01-11 Andrew Pinski <pinskia@physics.uc.edu>
* config/i386/darwin.h (SUBTARGET_ENCODE_SECTION_INFO): Define.
2006-01-11 Kazu Hirata <kazu@codesourcery.com>
* config/sh/predicates.md (sh_rep_vec): Add parallel to
......
......@@ -111,6 +111,8 @@ extern void darwin_x86_file_end (void);
#define ASM_LONG "\t.long\t"
/* Darwin as doesn't do ".quad". */
#define SUBTARGET_ENCODE_SECTION_INFO darwin_encode_section_info
#undef ASM_OUTPUT_ALIGN
#define ASM_OUTPUT_ALIGN(FILE,LOG) \
do { if ((LOG) != 0) \
......
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