OSDN Git Service

Linas Vepstas <linas@linas.org>
authorrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 8 Sep 1999 06:23:46 +0000 (06:23 +0000)
committerrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 8 Sep 1999 06:23:46 +0000 (06:23 +0000)
commite8e185e05d70c056c5b9cd3dfb0a2afbc6f9ecde
tree0d6e1340a897078d64693a526d1d6789b8186c33
parentb36db59bee23b89308234382d6755b1a4ce6c481
Linas Vepstas  <linas@linas.org>

        * README: Add section discussing status of ELF ABI.
        * i370.c: Fix misc spelling mistakes.
        (i370_label_scan): Updated notes, exception handling.
        (i370_function_prolog): Simplify ELF stack handling.
        * i370.h: (FIXED_REGISTERS): Free up r12 for ELF.
        (STACK_GROWS_DOWNWARD): ELF stack grows down.
        (ASM_DECLARE_FUNCTION_NAME): Fix crazy malloc size.
        * i370.md: (movdi): Add notes.
        (floatsidf2): Use stack not rtca for scratch float area.
        (iorsi3): Correct operand constraints.
        * x-oe: Restore TAROUTOPTS which are used by pax.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@29185 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/config/i370/README
gcc/config/i370/i370.c
gcc/config/i370/i370.h
gcc/config/i370/i370.md
gcc/config/i370/x-oe