This is the mail archive of the gdb@sources.redhat.com 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: GDB 5.1.92 available [patch]


> Michael Elizabeth Chastain wrote:
> The last-minute x86-64 warning has a typo in it:
> 
>   printf_filtered
>    ("NOTE: This function doesn't seem to have a valid prologue.\n"
>     "      Try to add -fno-omit-frame-pointer tou your gcc's CFLAGS.\n");
> 
> Thanks, fixed.
> 
> Index: x86-64-tdep.c
> ===================================================================
> RCS file: /cvs/src/src/gdb/x86-64-tdep.c,v
> retrieving revision 1.9.2.2
> retrieving revision 1.9.2.3
> diff -u -r1.9.2.2 -r1.9.2.3
> --- x86-64-tdep.c       27 Apr 2002 00:11:18 -0000      1.9.2.2
> +++ x86-64-tdep.c       27 Apr 2002 22:57:23 -0000      1.9.2.3
> @@ -822,7 +822,7 @@
>    {
>      printf_filtered
>        ("NOTE: This function doesn't seem to have a valid prologue.\n"
> -       "      Try to add -fno-omit-frame-pointer tou your gcc's CFLAGS.\n");
> +       "      Consider adding -fno-omit-frame-pointer to your gcc's CFLAGS.\n");
>      omit_fp_note_printed++;
>    }
>   return pc;

Oops!  I should have been very clear that the 5.2 branch is frozen but I 
wasn't :-(.

Anyway, the change won't make it into 5.2.  That would mean re-building 
the tar-ball and that in turn would mean that people would again have to 
re-download and test it.

Andrew



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