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] | |
Line too long.> + extern void > + script_add_memory(void*, const char*, size_t, unsigned int, Expression_ptr, Expression_ptr);
> + case 'R': > + case 'r': > + attributes |= MEM_READABLE; break;It's hard to tell in the diff format, but I'm not sure the indentation is correct here. The statements after the case labels should be indented by two spaces.
Cheers Nick
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |