GNU as problem for aix4.3
DJ Delorie
dj@redhat.com
Thu Feb 6 05:13:00 GMT 2003
Try this patch:
2003-02-06 DJ Delorie <dj@redhat.com>
* config/tc-ppc.c (ppc_csect): Make sure alignment is
enforced.
Index: gas/config/tc-ppc.c
===================================================================
RCS file: /cvs/uberbaum/gas/config/tc-ppc.c,v
retrieving revision 1.66
diff -p -2 -r1.66 gas/config/tc-ppc.c
*** gas/config/tc-ppc.c 6 Feb 2003 01:24:17 -0000 1.66
--- gas/config/tc-ppc.c 6 Feb 2003 05:09:03 -0000
*************** ppc_csect (ignore)
*** 3023,3026 ****
--- 3023,3028 ----
}
+ frag_align (symbol_get_tc (sym)->align, 0, 0);
+
demand_empty_rest_of_line ();
}
More information about the Binutils
mailing list