This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [PATCH v2] Add support for the __flash qualifier on AVR
- From: Pierre Langlois <pierre dot langlois at embecosm dot com>
- To: Joel Brobecker <brobecker at adacore dot com>
- Cc: gdb-patches at sourceware dot org
- Date: Tue, 15 Jul 2014 16:55:09 +0100
- Subject: Re: [PATCH v2] Add support for the __flash qualifier on AVR
- Authentication-results: sourceware.org; auth=none
- References: <1404816844-1639-1-git-send-email-pierre dot langlois at embecosm dot com> <1405435683-10535-1-git-send-email-pierre dot langlois at embecosm dot com> <20140715145904 dot GF4888 at adacore dot com>
+static int
+avr_address_class_type_flags (int byte_size, int dwarf2_addr_class)
+{
+ /* The value 1 of the DW_AT_address_class attribute corresponds to the __flash
This line is too long (81 chars?)
This line is exactly 80 chars. I will reformat this comment with a limit of 74
chars, 80 chars do not really help readability in this case.
Thank you for your patience with my formatting issues! I will post the final
correct patch on this thread when I have pushed it.
Pierre