* m32c/crt0.S (done_inilist): Fix dwarf2 address sizes.
This commit is contained in:
parent
e0d8706d8f
commit
6d2903ba95
@ -1,3 +1,7 @@
|
|||||||
|
2006-06-30 DJ Delorie <dj@redhat.com>
|
||||||
|
|
||||||
|
* m32c/crt0.S (done_inilist): Fix dwarf2 address sizes.
|
||||||
|
|
||||||
2006-06-23 Shaun Jackman <sjackman@gmail.com>
|
2006-06-23 Shaun Jackman <sjackman@gmail.com>
|
||||||
|
|
||||||
* arm/elf-linux.specs: New file.
|
* arm/elf-linux.specs: New file.
|
||||||
|
@ -34,13 +34,11 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|||||||
#define A16
|
#define A16
|
||||||
#define A(n,w) n
|
#define A(n,w) n
|
||||||
#define W w
|
#define W w
|
||||||
#define ADDR .2byte
|
|
||||||
#define ALIGN 1
|
#define ALIGN 1
|
||||||
#else
|
#else
|
||||||
#define A24
|
#define A24
|
||||||
#define A(n,w) w
|
#define A(n,w) w
|
||||||
#define W l
|
#define W l
|
||||||
#define ADDR .4byte
|
|
||||||
#define ALIGN 2
|
#define ALIGN 2
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
@ -166,8 +164,8 @@ __m32c_fini:
|
|||||||
.4byte .LEFDE0-.LASFDE0 ; FDE Length
|
.4byte .LEFDE0-.LASFDE0 ; FDE Length
|
||||||
.LASFDE0:
|
.LASFDE0:
|
||||||
.4byte .Lframe0 ; FDE CIE offset
|
.4byte .Lframe0 ; FDE CIE offset
|
||||||
ADDR .LFB2 ; FDE initial location
|
.4byte .LFB2 ; FDE initial location
|
||||||
ADDR .LFE2-.LFB2 ; FDE address range
|
.4byte .LFE2-.LFB2 ; FDE address range
|
||||||
.byte 0xf ; DW_CFA_def_cfa_expression
|
.byte 0xf ; DW_CFA_def_cfa_expression
|
||||||
.uleb128 1 ; length of expression
|
.uleb128 1 ; length of expression
|
||||||
.byte 0x30 ; DW_OP_lit0
|
.byte 0x30 ; DW_OP_lit0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user