From 52a024350c57251c341e0065828a8bc2099d7671 Mon Sep 17 00:00:00 2001 From: Doug Evans Date: Thu, 25 Apr 1996 01:40:15 +0000 Subject: [PATCH] Add comment regarding configuration naming. From-SVN: r11882 --- gcc/config/arm/arm.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/gcc/config/arm/arm.h b/gcc/config/arm/arm.h index e8da9573547..8ed8e5731f2 100644 --- a/gcc/config/arm/arm.h +++ b/gcc/config/arm/arm.h @@ -21,6 +21,12 @@ along with GNU CC; see the file COPYING. If not, write to the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ +/* Configuration triples for ARM ports work as follows: + arm-*-*: little endian + armel-*-*: little endian + armeb-*-*: big endian +*/ + extern void output_func_prologue (); extern void output_func_epilogue (); extern char *output_add_immediate (); -- 2.30.2