mirror of
https://github.com/bebbo/amigaos-cross-toolchain.git
synced 2025-12-08 22:38:24 +00:00
12 lines
367 B
Diff
12 lines
367 B
Diff
--- binutils-2.9.1/ld/ldlang.h 1998-05-01 17:48:49.000000000 +0200
|
|
+++ binutils-2.9.1/ld/ldlang.h 2012-08-04 12:43:35.000000000 +0200
|
|
@@ -256,6 +256,8 @@
|
|
/* unsigned int globals_in_this_file;*/
|
|
const char *target;
|
|
boolean real;
|
|
+ /* Added for AMIGA support of section attributes */
|
|
+ int amiga_attribute;
|
|
} lang_input_statement_type;
|
|
|
|
typedef struct
|