Skip to content

Commit 489c084

Browse files
committed
asm: cleanup
Remove ASM formats as they have not been used in some time. Signed-off-by: Nathan Hjelm <[email protected]>
1 parent d2dd27b commit 489c084

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

config/opal_config_asm.m4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1220,7 +1220,7 @@ AC_DEFUN([OPAL_CONFIG_ASM],[
12201220
12211221
# format:
12221222
# config_file-text-global-label_suffix-gsym-lsym-type-size-align_log-ppc_r_reg-64_bit-gnu_stack
1223-
asm_format="${opal_asm_arch_config}"
1223+
asm_format="default"
12241224
asm_format="${asm_format}-${opal_cv_asm_text}-${opal_cv_asm_global}"
12251225
asm_format="${asm_format}-${opal_cv_asm_label_suffix}-${opal_cv_asm_gsym}"
12261226
asm_format="${asm_format}-${opal_cv_asm_lsym}"

opal/include/opal/sys/architecture.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,5 @@
4444

4545
/* Formats */
4646
#define OPAL_DEFAULT 1000 /* standard for given architecture */
47-
#define OPAL_DARWIN 1001 /* Darwin / OS X on PowerPC */
48-
#define OPAL_PPC_LINUX 1002 /* Linux on PowerPC */
49-
#define OPAL_AIX 1003 /* AIX on Power / PowerPC */
5047

5148
#endif /* #ifndef OPAL_SYS_ARCHITECTURE_H */

0 commit comments

Comments
 (0)