Re: [PATCH,DWARF,v2] AIX dwarf2out label fix

2017-06-01 Thread Jason Merrill
On Thu, Jun 1, 2017 at 3:27 PM, David Edelsohn wrote: > On Thu, Jun 1, 2017 at 3:03 PM, Jason Merrill wrote: >> On 05/18/2017 06:00 AM, David Edelsohn wrote: >>> >>> This version adds a macro DWARF_INITIAL_LENGTH_SIZE_STR based on >>> DWARF_OFFSET_SIZE to define the string expression to append to

Re: [PATCH,DWARF,v2] AIX dwarf2out label fix

2017-06-01 Thread David Edelsohn
On Thu, Jun 1, 2017 at 3:03 PM, Jason Merrill wrote: > On 05/18/2017 06:00 AM, David Edelsohn wrote: >> >> This version adds a macro DWARF_INITIAL_LENGTH_SIZE_STR based on >> DWARF_OFFSET_SIZE to define the string expression to append to the >> label to correct the offset. >> >> Because AIX Assemb

Re: [PATCH,DWARF,v2] AIX dwarf2out label fix

2017-06-01 Thread Jason Merrill
On 05/18/2017 06:00 AM, David Edelsohn wrote: This version adds a macro DWARF_INITIAL_LENGTH_SIZE_STR based on DWARF_OFFSET_SIZE to define the string expression to append to the label to correct the offset. Because AIX Assembler inserts the section length, the section label generated by GCC poin

Re: [PATCH,DWARF,v2] AIX dwarf2out label fix PING

2017-06-01 Thread David Edelsohn
Ping https://gcc.gnu.org/ml/gcc-patches/2017-05/msg01440.html Thanks, David

[PATCH,DWARF,v2] AIX dwarf2out label fix

2017-05-18 Thread David Edelsohn
This version adds a macro DWARF_INITIAL_LENGTH_SIZE_STR based on DWARF_OFFSET_SIZE to define the string expression to append to the label to correct the offset. Because AIX Assembler inserts the section length, the section label generated by GCC points to the wrong location and must be adjusted wh