diff options
author | Gerald Pfeifer <gerald@pfeifer.com> | 2024-10-04 12:53:15 +0800 |
---|---|---|
committer | Gerald Pfeifer <gerald@pfeifer.com> | 2024-10-04 12:53:15 +0800 |
commit | 186be7f37aed3b141af6367e05d28c5bcb0d9330 (patch) | |
tree | bd6a4f560f9451f2cc844265e3199684e333b629 | |
parent | 4f0026c26fe0a24a44187cb376a819c6fd976c97 (diff) | |
download | gcc-186be7f37aed3b141af6367e05d28c5bcb0d9330.zip gcc-186be7f37aed3b141af6367e05d28c5bcb0d9330.tar.gz gcc-186be7f37aed3b141af6367e05d28c5bcb0d9330.tar.bz2 |
doc: Drop GCC 2.6 ABI change note for H8/h8300-hms
gcc:
PR target/69374
* doc/install.texi (Specific) <h8300-hms>: Drop GCC 2.6
ABI change note.
-rw-r--r-- | gcc/doc/install.texi | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index e035061..0955961 100644 --- a/gcc/doc/install.texi +++ b/gcc/doc/install.texi @@ -4118,11 +4118,6 @@ This configuration is intended for embedded systems. @heading h8300-hms Renesas H8/300 series of processors. -The calling convention and structure layout has changed in release 2.6. -All code must be recompiled. The calling convention now passes the -first three arguments in function calls in registers. Structures are no -longer a multiple of 2 bytes. - @html <hr /> @end html |