[patch] Allow dummy CUs created by incremental linker

Cary Coutant ccoutant@google.com
Wed Oct 19 15:52:00 GMT 2011


> Cary> +static unsigned int
> Cary> +peek_abbrev_code (bfd *abfd, gdb_byte *info_ptr)
> Cary> +{
> Cary> +  unsigned int bytes_read;
> Cary> +  return read_unsigned_leb128 (abfd, info_ptr, &bytes_read);
>
> Our coding style requires a newline after the declarations.
>
> Ok with that change.

Done, and committed. Thanks!

-cary



More information about the Gdb-patches mailing list