This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [patch] Disable execute/20030209-1.c on H8.


Hi Jeff,

> Err, rather than creating a .x file, can't you use STACK_SIZE mechanism
> which should be appropriately defined for the H8 and other ports with
> limited stack memory.
> 
> [ Which has the added advantage that it would fix the test for other
>   ports with limited address spaces. ]

Do you mean accessing the following variable defined in
dejagnu/baseboards/h8300-sim.exp?

set_board_info gcc,stack_size 4096

Is there any variable for the size of the data section?  The problem
with 20030209-1.c is that a big array is in the data section, not the
stack.

Kazu Hirata


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]