mirror of
https://github.com/autc04/Retro68.git
synced 2024-12-25 09:30:58 +00:00
ppc: make ptrdiff_t be long, for compatibility with 68K
This commit is contained in:
parent
1434a0dbae
commit
8ffcbfe2d4
@ -185,6 +185,11 @@
|
||||
#undef TARGET_POINTERS_TO_NESTED_FUNCTIONS
|
||||
#define TARGET_POINTERS_TO_NESTED_FUNCTIONS 0
|
||||
|
||||
/* Type used for ptrdiff_t, as a string used in a declaration. */
|
||||
#undef PTRDIFF_TYPE
|
||||
#define PTRDIFF_TYPE "long int"
|
||||
|
||||
|
||||
#if 0
|
||||
/* The AIX linker will discard static constructors in object files before
|
||||
collect has a chance to see them, so scan the object files directly. */
|
||||
|
Loading…
Reference in New Issue
Block a user