Changeset a310ae9


Ignore:
Timestamp:
Oct 24, 2023, 6:41:46 PM (8 months ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
master
Children:
d22bf87
Parents:
e832485
Message:

add i386 with x86_64

File:
1 edited

Legend:

Unmodified
Added
Removed
  • driver/as.cc

    re832485 ra310ae9  
    1111// Created On       : Wed Aug  1 10:49:42 2018
    1212// Last Modified By : Peter A. Buhr
    13 // Last Modified On : Tue Oct 24 17:20:07 2023
    14 // Update Count     : 157
     13// Last Modified On : Tue Oct 24 18:40:33 2023
     14// Update Count     : 158
    1515//
    1616
     
    4646                if ( (dcursor = strstr( start, ".Ldebug_info0:" ) ) ) { // debug information ?
    4747//                      fprintf( stderr, "found .Ldebug_info0:\n" );
    48 #if defined( __x86_64__ )
     48#if defined( __i386 ) || defined( __x86_64 )
    4949                        if ( char * cursor = strstr( dcursor, ".long\t.LASF" ) ) { // language code ?
    5050//                              fprintf( stderr, ".long\t.LASF\n" );
Note: See TracChangeset for help on using the changeset viewer.