diff options
author | John David Anglin <danglin@gcc.gnu.org> | 2023-10-05 20:05:00 +0000 |
---|---|---|
committer | John David Anglin <danglin@gcc.gnu.org> | 2023-10-05 20:05:00 +0000 |
commit | 0ee3266b3dec4d984d43c79e2b3e649256e3eaaa (patch) | |
tree | 1186a5522bb4cecb38bf7244529db4dc274923cc | |
parent | 7c0ae1a85bf7c33965188ab9d37f01080ab17968 (diff) | |
download | gcc-0ee3266b3dec4d984d43c79e2b3e649256e3eaaa.zip gcc-0ee3266b3dec4d984d43c79e2b3e649256e3eaaa.tar.gz gcc-0ee3266b3dec4d984d43c79e2b3e649256e3eaaa.tar.bz2 |
Delete MALLOC_ABI_ALIGNMENT define from pa32-linux.h
2023-10-05 John David Anglin <danglin@gcc.gnu.org>
* config/pa/pa32-linux.h (MALLOC_ABI_ALIGNMENT): Delete.
-rw-r--r-- | gcc/config/pa/pa32-linux.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gcc/config/pa/pa32-linux.h b/gcc/config/pa/pa32-linux.h index bdd13ce..f48e453 100644 --- a/gcc/config/pa/pa32-linux.h +++ b/gcc/config/pa/pa32-linux.h @@ -68,11 +68,6 @@ call_ ## FUNC (void) \ #undef WCHAR_TYPE_SIZE #define WCHAR_TYPE_SIZE BITS_PER_WORD -/* POSIX types such as pthread_mutex_t require 16-byte alignment to retain - layout compatibility with the original linux thread implementation. */ -#undef MALLOC_ABI_ALIGNMENT -#define MALLOC_ABI_ALIGNMENT 128 - /* Place jump tables in the text section except when generating non-PIC code. When generating non-PIC code, the relocations needed to load the address of the jump table result in a text label in the final executable |