|
@@ -38,7 +38,7 @@ unit i_linux;
|
|
|
{$ifdef segment_threadvars}
|
|
|
tf_section_threadvars,
|
|
|
{$endif segment_threadvars}
|
|
|
- tf_needs_symbol_type,tf_files_case_sensitive,tf_use_function_relative_addresses,
|
|
|
+ tf_needs_symbol_type,tf_files_case_sensitive,
|
|
|
tf_smartlink_library,tf_needs_dwarf_cfi,tf_has_winlike_resources];
|
|
|
cpu : cpu_i386;
|
|
|
unit_env : 'LINUXUNITS';
|
|
@@ -101,7 +101,7 @@ unit i_linux;
|
|
|
name : 'Linux for x64_6432';
|
|
|
shortname : 'Linux6432';
|
|
|
flags : [tf_needs_symbol_size,tf_needs_symbol_type,tf_files_case_sensitive,
|
|
|
- tf_use_function_relative_addresses,tf_pic_uses_got{,tf_smartlink_sections},
|
|
|
+ tf_pic_uses_got{,tf_smartlink_sections},
|
|
|
tf_smartlink_library,tf_has_winlike_resources];
|
|
|
cpu : cpu_x86_64;
|
|
|
unit_env : 'LINUXUNITS';
|
|
@@ -164,7 +164,6 @@ unit i_linux;
|
|
|
name : 'Linux for m68k';
|
|
|
shortname : 'Linux';
|
|
|
flags : [tf_needs_symbol_size,tf_needs_symbol_type,tf_files_case_sensitive,
|
|
|
- tf_use_function_relative_addresses,
|
|
|
tf_smartlink_library,tf_has_winlike_resources];
|
|
|
cpu : cpu_m68k;
|
|
|
unit_env : 'LINUXUNITS';
|
|
@@ -227,7 +226,6 @@ unit i_linux;
|
|
|
name : 'Linux for PowerPC';
|
|
|
shortname : 'Linux';
|
|
|
flags : [tf_needs_symbol_size,tf_needs_symbol_type,tf_files_case_sensitive,
|
|
|
- tf_use_function_relative_addresses,
|
|
|
tf_smartlink_library,tf_has_winlike_resources];
|
|
|
cpu : cpu_powerpc;
|
|
|
unit_env : '';
|
|
@@ -290,7 +288,6 @@ unit i_linux;
|
|
|
name : 'Linux for PowerPC64';
|
|
|
shortname : 'Linux';
|
|
|
flags : [tf_needs_symbol_size,tf_needs_symbol_type,tf_files_case_sensitive,
|
|
|
- tf_use_function_relative_addresses,
|
|
|
tf_requires_proper_alignment,tf_smartlink_library,tf_has_winlike_resources];
|
|
|
cpu : cpu_powerpc64;
|
|
|
unit_env : '';
|
|
@@ -353,7 +350,7 @@ unit i_linux;
|
|
|
name : 'Linux for Alpha';
|
|
|
shortname : 'Linux';
|
|
|
flags : [tf_needs_symbol_size,tf_needs_symbol_type,tf_files_case_sensitive,
|
|
|
- tf_use_function_relative_addresses,tf_smartlink_library,tf_has_winlike_resources];
|
|
|
+ tf_smartlink_library,tf_has_winlike_resources];
|
|
|
cpu : cpu_alpha;
|
|
|
unit_env : 'LINUXUNITS';
|
|
|
extradefines : 'UNIX;HASUNIX';
|
|
@@ -416,7 +413,7 @@ unit i_linux;
|
|
|
shortname : 'Linux';
|
|
|
flags : [tf_needs_symbol_size,tf_needs_dwarf_cfi,tf_smartlink_library,
|
|
|
tf_library_needs_pic,tf_needs_symbol_type,tf_files_case_sensitive,
|
|
|
- tf_use_function_relative_addresses,tf_has_winlike_resources];
|
|
|
+ tf_has_winlike_resources];
|
|
|
cpu : cpu_x86_64;
|
|
|
unit_env : 'LINUXUNITS';
|
|
|
extradefines : 'UNIX;HASUNIX';
|
|
@@ -479,7 +476,7 @@ unit i_linux;
|
|
|
shortname : 'Linux';
|
|
|
flags : [tf_needs_symbol_size,tf_library_needs_pic,tf_smartlink_sections,
|
|
|
tf_needs_symbol_type,tf_files_case_sensitive,tf_smartlink_library,
|
|
|
- tf_use_function_relative_addresses,tf_requires_proper_alignment,
|
|
|
+ tf_requires_proper_alignment,
|
|
|
tf_has_winlike_resources];
|
|
|
cpu : cpu_SPARC;
|
|
|
unit_env : 'LINUXUNITS';
|
|
@@ -543,7 +540,7 @@ unit i_linux;
|
|
|
name : 'Linux for ARMEL';
|
|
|
shortname : 'Linux';
|
|
|
flags : [tf_needs_symbol_size,tf_needs_symbol_type,tf_files_case_sensitive,
|
|
|
- tf_use_function_relative_addresses,tf_requires_proper_alignment,
|
|
|
+ tf_requires_proper_alignment,
|
|
|
tf_smartlink_sections,tf_smartlink_library,tf_has_winlike_resources];
|
|
|
cpu : cpu_arm;
|
|
|
unit_env : 'LINUXUNITS';
|
|
@@ -607,7 +604,7 @@ unit i_linux;
|
|
|
name : 'Linux for ARMEB';
|
|
|
shortname : 'Linux';
|
|
|
flags : [tf_needs_symbol_size,tf_needs_symbol_type,tf_files_case_sensitive,
|
|
|
- tf_use_function_relative_addresses,tf_requires_proper_alignment,
|
|
|
+ tf_requires_proper_alignment,
|
|
|
tf_smartlink_sections,tf_smartlink_library,tf_has_winlike_resources];
|
|
|
cpu : cpu_arm;
|
|
|
unit_env : 'LINUXUNITS';
|
|
@@ -670,7 +667,7 @@ unit i_linux;
|
|
|
name : 'Linux for ARM';
|
|
|
shortname : 'Linux';
|
|
|
flags : [tf_needs_symbol_size,tf_needs_symbol_type,tf_files_case_sensitive,
|
|
|
- tf_use_function_relative_addresses,tf_requires_proper_alignment,
|
|
|
+ tf_requires_proper_alignment,
|
|
|
tf_smartlink_sections,tf_smartlink_library,tf_has_winlike_resources];
|
|
|
cpu : cpu_arm;
|
|
|
unit_env : 'LINUXUNITS';
|
|
@@ -735,7 +732,7 @@ unit i_linux;
|
|
|
name : 'Linux for MIPS';
|
|
|
shortname : 'Linux';
|
|
|
flags : [tf_needs_symbol_size,tf_needs_symbol_type,tf_files_case_sensitive,
|
|
|
- tf_use_function_relative_addresses,tf_requires_proper_alignment,
|
|
|
+ tf_requires_proper_alignment,
|
|
|
tf_smartlink_sections,tf_smartlink_library,tf_has_winlike_resources];
|
|
|
cpu : cpu_mips;
|
|
|
unit_env : 'LINUXUNITS';
|
|
@@ -799,7 +796,7 @@ unit i_linux;
|
|
|
name : 'Linux for MIPSEL';
|
|
|
shortname : 'Linux';
|
|
|
flags : [tf_needs_symbol_size,tf_needs_symbol_type,tf_files_case_sensitive,
|
|
|
- tf_use_function_relative_addresses,tf_requires_proper_alignment,
|
|
|
+ tf_requires_proper_alignment,
|
|
|
tf_smartlink_sections,tf_smartlink_library,tf_has_winlike_resources];
|
|
|
cpu : cpu_mipsel;
|
|
|
unit_env : 'LINUXUNITS';
|