mirror of
https://git.freebsd.org/ports.git
synced 2025-06-17 02:30:44 -04:00
ATmega165P, and ATmega169P. Add the patch mentioned in GCC bug report: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26504 to support DWARF-2 generation, and enable the respective configuration option.
9 lines
339 B
Text
9 lines
339 B
Text
--- gcc/config/avr/avr.h.orig 2006-04-13 15:31:19.000000000 +0200
|
|
+++ gcc/config/avr/avr.h 2006-04-13 16:23:16.000000000 +0200
|
|
@@ -892,3 +892,6 @@
|
|
#define ZERO_REGNO 1
|
|
|
|
#define PREFERRED_DEBUGGING_TYPE DBX_DEBUG
|
|
+
|
|
+/* Offset from the frame pointer register value to the top of the stack. */
|
|
+#define FRAME_POINTER_CFA_OFFSET(FNDECL) 0
|