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 08:48:49.000000000 -0700
|
|
+++ binutils-2.9.1/ld/ldlang.h 2011-05-08 20:28:36.636307945 -0700
|
|
@@ -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
|