Commit 52a02435 by Doug Evans

Add comment regarding configuration naming.

From-SVN: r11882
parent 421a668d
...@@ -21,6 +21,12 @@ along with GNU CC; see the file COPYING. If not, write to ...@@ -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, the Free Software Foundation, 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */ 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_prologue ();
extern void output_func_epilogue (); extern void output_func_epilogue ();
extern char *output_add_immediate (); extern char *output_add_immediate ();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment