[PATCH] gdbserver: add support for FDPIC loadmaps

Pedro Alves pedro@codesourcery.com
Thu Sep 29 11:25:00 GMT 2011


On Thursday 29 September 2011 04:58:25, Mike Frysinger wrote:
>         (target_loadmap, !PT_GETDSBT): New definition.

The standard way to write change logs of conditionally compiled
bits is:
          [!PT_GETDSBT] (target_loadmap): New definition.

See <http://www.gnu.org/prep/standards/html_node/Conditional-Changes.html#Conditional-Changes>.

> +#if (defined __bfin__ || defined __frv__ || defined __sh__) && \
> +    !defined PTRACE_GETFDPIC

&& on start of next line.

Otherwise OK.  Thanks.

-- 
Pedro Alves



More information about the Gdb-patches mailing list