File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 3
3
@@ -406,6 +406,9 @@
4
4
| TARGET_ENDIAN_DEFAULT)} \
5
5
}
6
-
6
+
7
7
+ /* Default little-endian */
8
- + #define TARGET_ENDIAN_DEFAULT -MASK_BIG_ENDIAN
8
+ + #define TARGET_ENDIAN_DEFAULT 0
9
9
+
10
10
/* Default target_flags if no switches are specified */
11
-
11
+
12
12
#ifndef TARGET_DEFAULT
13
13
@@ -954,6 +957,22 @@
14
14
#define ASM_OUTPUT_DESTRUCTOR(file, name)
15
-
15
+
16
16
#endif /* 0 */
17
17
+
18
18
+ /* A C statement to output something to the assembler file to switch to section
32
32
+ } while (0)
33
33
34
34
/* Target machine storage layout */
35
-
35
+
Original file line number Diff line number Diff line change 5
5
}
6
6
7
7
+ /* Default little-endian */
8
- + #define TARGET_ENDIAN_DEFAULT -MASK_BIG_ENDIAN
8
+ + #define TARGET_ENDIAN_DEFAULT 0
9
9
+
10
10
/* Default target_flags if no switches are specified */
11
11
You can’t perform that action at this time.
0 commit comments