diff mbox series

doc: Drop GCC 2.6 ABI change note for H8/h8300-hms

Message ID 20241002104553.F095133E79@hamza.pair.com
State New
Headers show
Series doc: Drop GCC 2.6 ABI change note for H8/h8300-hms | expand

Commit Message

Gerald Pfeifer Oct. 2, 2024, 10:45 a.m. UTC
Hi Jeff,

going through doc/install.texi I noticed there is same really old note on 
h8300-hms, even predating egcs. :-)  Shall we drop that?

Gerald


gcc:
	PR target/69374
	* doc/install.texi (Specific) <h8300-hms>: Drop GCC 2.6
	ABI change note.
---
 gcc/doc/install.texi | 5 -----
 1 file changed, 5 deletions(-)

Comments

Jeff Law Oct. 2, 2024, 1:41 p.m. UTC | #1
On 10/2/24 4:45 AM, Gerald Pfeifer wrote:
> Hi Jeff,
> 
> going through doc/install.texi I noticed there is same really old note on
> h8300-hms, even predating egcs. :-)  Shall we drop that?
Yea, I'd think so.  I don't think we even have the -hms configurations 
anymore (they were COFF based IIRC).

Jeff
diff mbox series

Patch

diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi
index e035061a23e..09559615bbf 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