This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB 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] PR symtab/13277: Resolving opaque structures in ICC generated binaries. (testcase)


> Wow, I knew it would take a while, but it seems the papers got stuck
> in limbo for several months.

:-(. That is just not right. If I had known, I'd have pinged the FSF.

> 2012-05-05  John Steele Scott  <toojays@toojays.net>
> 
> 	PR symtab/13277: Resolving opaque structures in ICC generated binaries.
> 	* gdb.dwarf2/dw2-icc-opaque.S: New file.
> 	* gdb.dwarf2/dw2-icc-opaque.exp: New file.

The only issue I spotted with this patch is the copyright year, which
needs to include 2012 as well, now. And while we are touching this,
why not add a '(C)' as well. I know we're very inconsistent with this,
but the the GNU Coding Standard shows it in all their example, and I
have a feeling that they would rather we did. So:

  Copyright (C) 2011-2012 Free etc.

Not sure about the use of .asciz or not. We seem to have been using
.ascii exclusively so far. Jan might know better whether that's ok.

-- 
Joel


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