This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC 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] | |
I've noticed that the default definition of ASM_OUTPUT_ADDR_VEC_ELT is broken,
Problem 1. It should be POINTER_SIZE / BITS_PER_UNIT.
Problem 2. It shold not be using *targetm.asm_out.internal_label, as that is outputting a label definition.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |