This is the mail archive of the binutils@sourceware.org mailing list for the binutils 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] | |
On 14 Dec 2016 20:23, Palmer Dabbelt wrote:
> +void
> +riscv_pre_output_hook (void)
> +{
> + frchainS *frchP;
i don't think we normally use this naming style. if the "p" means
pointer, then write it lower case instead of upper.
> + asection *s;
should all of pointers in this func be const ? at a glance, seems like
they should be.
-mike
Attachment:
signature.asc
Description: Digital signature
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |