This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


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

Re: Change .*ASM.*_OP definitions to include spacing, remove from callers (to be committed)


Oopsie in last patch.  Committed under same ChangeLog entry.
All TABs moves committed now...

Index: config/i386/unix.h
===================================================================
RCS file: /cvs/gcc/egcs/gcc/config/i386/unix.h,v
retrieving revision 1.9
diff -p -c -r1.9 unix.h
*** unix.h	2000/09/25 09:16:37	1.9
--- unix.h	2000/09/25 12:58:33
*************** Boston, MA 02111-1307, USA.  */
*** 56,62 ****
  
  /* Output before writable (uninitialized) data.  */
  
! #define BSS_SECTION_ASM_OP "\.bss"
  
  /* This is how to output a command to make the user-level label named NAME
     defined for reference from other files.  */
--- 56,62 ----
  
  /* Output before writable (uninitialized) data.  */
  
! #define BSS_SECTION_ASM_OP "\t.bss"
  
  /* This is how to output a command to make the user-level label named NAME
     defined for reference from other files.  */

brgds, H-P

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