This is the mail archive of the gdb@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: RFA: Remove .not section from x86 assembler


On Thu, Apr 30, 2015 at 5:12 PM, H.J. Lu <hjl.tools@gmail.com> wrote:
> This x86 assembler patch:
>
> https://sourceware.org/ml/binutils/2001-11/msg00344.html
>
> generates a .note section for .arch directive so that gdb can
> tell which architecture an i386 binary belongs:
>
> https://sourceware.org/ml/binutils/2001-11/msg00271.html
>
> However, x86 assembly code can have any instructions.
> A .note section doesn't help.  Is GDB using the .note section
> today?  If not, I'd like to remove it.
>

I will remove it.

-- 
H.J.


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