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] | |
On 06/26/2010 12:34 PM, Douglas B Rupp wrote:This patch fixes some warnings and does some minor reformatting of vmsdbgout.c
@@ -1528,7 +1414,7 @@ vmsdbgout_source_line (register unsigned
dst_line_info_ref line_info;
targetm.asm_out.internal_label (asm_out_file, LINE_CODE_LABEL,
- line_info_table_in_use);
+ line_info_table_in_use);
Does this really line up after the reformatting? If so, this patch is ok.
r~
You were right, it didn't line up. Sorry for being sloppy. Committed without this hunk.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |