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]

[gas] allow FAKE_LABEL_NAME to be overridden


 
2003-05-01  Michael Snyder  <msnyder@redhat.com>

	* write.h (FAKE_LABEL_NAME): Allow machine-specific override.

Index: write.h
===================================================================
RCS file: /cvs/cvsfiles/devo/gas/write.h,v
retrieving revision 1.50.8.1
diff -p -r1.50.8.1 write.h
*** write.h	2003/04/11 06:17:44	1.50.8.1
--- write.h	2003/05/02 04:29:51
***************
*** 40,46 ****
--- 40,48 ----
  
  /* This is the name of a fake symbol which will never appear in the
     assembler output.  S_IS_LOCAL detects it because of the \001.  */
+ #ifndef FAKE_LABEL_NAME
  #define FAKE_LABEL_NAME "L0\001"
+ #endif
  
  #include "bit_fix.h"
  

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