]> git.pld-linux.org Git - packages/crossavr-gcc.git/blob - crossavr-gcc-dwarf.patch
- updated to 4.2.4
[packages/crossavr-gcc.git] / crossavr-gcc-dwarf.patch
1 --- gcc/config/avr/avr.h.orig   2006-04-13 15:31:19.000000000 +0200
2 +++ gcc/config/avr/avr.h        2006-04-13 16:23:16.000000000 +0200
3 @@ -892,3 +892,7 @@
4  #define ZERO_REGNO 1
5  
6 +#define DWARF2_DEBUGGING_INFO 1
7  #define PREFERRED_DEBUGGING_TYPE DBX_DEBUG
8 +
9 +/* Offset from the frame pointer register value to the top of the stack.  */
10 +#define FRAME_POINTER_CFA_OFFSET(FNDECL) 0
This page took 0.0718569999999999 seconds and 3 git commands to generate.