This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: GNU as problem for aix4.3


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 ();
  }


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]