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 1/3] Remove spurious exceptions.h inclusions


On 09/01/2014 04:42 PM, Gary Benson wrote:
> --- a/gdb/f-valprint.c
> +++ b/gdb/f-valprint.c
> @@ -33,8 +33,6 @@
>  #include "command.h"
>  #include "block.h"
>  #include "dictionary.h"
> -#include "exceptions.h"
> -
>  extern void _initialize_f_valprint (void);
>  static void info_common_command (char *, int);

Please leave the empty line.

> +++ b/gdb/valarith.c
> @@ -28,8 +28,6 @@
>  #include "dfp.h"
>  #include <math.h>
>  #include "infcall.h"
> -#include "exceptions.h"
> -
>  /* Define whether or not the C operator '/' truncates towards zero for
>

Ditto.

Otherwise OK.

Thanks,
Pedro Alves


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