Changeset 1214


Ignore:
Timestamp:
Feb 10, 2004, 9:20:04 PM (22 years ago)
Author:
bird
Message:

Link libgcc and libcgcc_eh into libcXY.dll for convenience. This is perfectly ok license wise because of the 'libgcc exception'. Eventhough not all source bear the exception wording they are intended to do so (see posting on the mailing list and lastest sources).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/emx/src/lib/libc.def

    • Property cvs2svn:cvs-rev changed from 1.47 to 1.48
    r1213 r1214  
    10141014    "___libc_LogLeave" @1041
    10151015    "___libc_LogMsg" @1042
     1016
     1017    ; Same as gcc322.dll
     1018    "__Unwind_DeleteException" @1043
     1019    "__Unwind_Find_FDE" @1044
     1020    "__Unwind_ForcedUnwind" @1045
     1021    "__Unwind_GetDataRelBase" @1046
     1022    "__Unwind_GetGR" @1047
     1023    "__Unwind_GetIP" @1048
     1024    "__Unwind_GetLanguageSpecificData" @1049
     1025    "__Unwind_GetRegionStart" @1050
     1026    "__Unwind_GetTextRelBase" @1051
     1027    "__Unwind_RaiseException" @1052
     1028    "__Unwind_Resume" @1053
     1029    "__Unwind_SetGR" @1054
     1030    "__Unwind_SetIP" @1055
     1031    "___absvdi2" @1056
     1032    "___absvsi2" @1057
     1033    "___addvdi3" @1058
     1034    "___addvsi3" @1059
     1035    "___ashldi3" @1060
     1036    "___ashrdi3" @1061
     1037    "___clear_cache"                            @1062
     1038    "___clz_tab"                                @1063
     1039    "___cmpdi2"                                 @1064
     1040    "___deregister_frame"                       @1065
     1041    "___deregister_frame_info"                  @1066
     1042    "___deregister_frame_info_bases"            @1067
     1043    "___divdi3"                                 @1068
     1044    "___ffsdi2"                                 @1069
     1045    "___fixdfdi"                                @1070
     1046    "___fixsfdi"                                @1071
     1047    "___fixunsdfdi"                             @1072
     1048    "___fixunsdfsi"                             @1073
     1049    "___fixunssfdi"                             @1074
     1050    "___fixunssfsi"                             @1075
     1051    "___fixunsxfdi"                             @1076
     1052    "___fixunsxfsi"                             @1077
     1053    "___fixxfdi"                                @1078
     1054    "___floatdidf"                              @1079
     1055    "___floatdisf"                              @1080
     1056    "___floatdixf"                              @1081
     1057    "___frame_state_for"                        @1082
     1058    "___lshrdi3"                                @1083
     1059    "___moddi3"                                 @1084
     1060    "___muldi3"                                 @1085
     1061    "___mulvdi3"                                @1086
     1062    "___mulvsi3"                                @1087
     1063    "___negdi2"                                 @1088
     1064    "___negvdi2"                                @1089
     1065    "___negvsi2"                                @1090
     1066    "___register_frame"                         @1091
     1067    "___register_frame_info"                    @1092
     1068    "___register_frame_info_bases"              @1093
     1069    "___register_frame_info_table"              @1094
     1070    "___register_frame_info_table_bases"        @1095
     1071    "___register_frame_table"                   @1096
     1072    "___subvdi3"                                @1097
     1073    "___subvsi3"                                @1098
     1074    "___ucmpdi2"                                @1099
     1075    "___udiv_w_sdiv"                            @1100
     1076    "___udivdi3"                                @1101
     1077    "___udivmoddi4"                             @1102
     1078    "___umoddi3"                                @1103
     1079    "__alloca"                                  @1104
     1080
Note: See TracChangeset for help on using the changeset viewer.