- Timestamp:
- Oct 24, 2023, 6:41:46 PM (14 months ago)
- Branches:
- master
- Children:
- d22bf87
- Parents:
- e832485
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
driver/as.cc
re832485 ra310ae9 11 11 // Created On : Wed Aug 1 10:49:42 2018 12 12 // Last Modified By : Peter A. Buhr 13 // Last Modified On : Tue Oct 24 1 7:20:07202314 // Update Count : 15 713 // Last Modified On : Tue Oct 24 18:40:33 2023 14 // Update Count : 158 15 15 // 16 16 … … 46 46 if ( (dcursor = strstr( start, ".Ldebug_info0:" ) ) ) { // debug information ? 47 47 // fprintf( stderr, "found .Ldebug_info0:\n" ); 48 #if defined( __ x86_64__)48 #if defined( __i386 ) || defined( __x86_64 ) 49 49 if ( char * cursor = strstr( dcursor, ".long\t.LASF" ) ) { // language code ? 50 50 // fprintf( stderr, ".long\t.LASF\n" );
Note: See TracChangeset
for help on using the changeset viewer.