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]

Patch: gas/config/tc-m32r.c


Approved by Nick Clifton and committed.....

Dave
2001-03-02  Dave Brolley  <brolley@redhat.com>

	* config/tc-m32r.c (expand_debug_syms): Call frag_align_code rather than
	m32r_do_align.

Index: gas/config/tc-m32r.c
===================================================================
RCS file: /cvs/src/src/gas/config/tc-m32r.c,v
retrieving revision 1.16
diff -c -p -r1.16 tc-m32r.c
*** tc-m32r.c	2001/02/13 21:27:52	1.16
--- tc-m32r.c	2001/03/02 22:15:18
*************** expand_debug_syms (syms, align)
*** 444,450 ****
    if (!syms)
      return;
  
!   (void) m32r_do_align (align, NULL, 0, 0);
    for (; syms != (sym_linkS *) 0; syms = next_syms)
      {
        symbolS *symbolP = syms->symbol;
--- 444,452 ----
    if (!syms)
      return;
  
!   (void) frag_align_code (align, 0);
    for (; syms != (sym_linkS *) 0; syms = next_syms)
      {
        symbolS *symbolP = syms->symbol;

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