Changeset 33e9b87 for libcfa/src


Ignore:
Timestamp:
Jul 27, 2023, 10:39:31 AM (11 months ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
master
Children:
66d878a
Parents:
7882c58
Message:

remove spurious .section from exception assembler code, which is causing compilation problems on Ubuntu 22.04

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcfa/src/exception.c

    r7882c58 r33e9b87  
    99// Author           : Andrew Beach
    1010// Created On       : Mon Jun 26 15:13:00 2017
    11 // Last Modified By : Andrew Beach
    12 // Last Modified On : Wed Feb 24 13:40:00 2021
    13 // Update Count     : 36
     11// Last Modified By : Peter A. Buhr
     12// Last Modified On : Thu Jul 27 09:45:57 2023
     13// Update Count     : 37
    1414//
    1515
     
    568568        "       .hidden CFA.ref.__gcfa_personality_v0\n"
    569569        "       .weak   CFA.ref.__gcfa_personality_v0\n"
    570         // No clue what this does specifically
    571         "       .section        .data.rel.local.CFA.ref.__gcfa_personality_v0,\"awG\",@progbits,CFA.ref.__gcfa_personality_v0,comdat\n"
    572570#if defined( __x86_64 ) || defined( __i386 )
    573571        "       .align 8\n"
Note: See TracChangeset for help on using the changeset viewer.