[PATCH 3/6] gdb/testsuite: fix gdb.compile/compile-ops.exp with clang

Tom Tromey tom@tromey.com
Wed Nov 16 16:27:22 GMT 2022


>>>>> "Andrew" == Andrew Burgess via Gdb-patches <gdb-patches@sourceware.org> writes:

Andrew> The only other change, which might be a problem, is that I also
Andrew> deleted these two lines from the source file:

Andrew>   asm (".section \".text\"");
Andrew>   asm (".balign 8");

Andrew> These lines were setting the alignment of the .text section.  What I
Andrew> don't know is whether this was significant or not.  If it is
Andrew> significant, then I can't see why.

According to 'git annotate', I wrote these lines.  I don't remember this
at all, I assume I copied it from some other place.  Removing seems
fine.

Tom


More information about the Gdb-patches mailing list