This is the mail archive of the gcc-patches@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] | |
Yeah, it looks generally good. I think we've got to the point where it's easier for me to make changes directly rather than ask you to follow a tortuous list of vaguely-described requests, so:
- I added a missing @gol after "-mfix-r4400".
- I tweaked the documentation so that it was more consistent with the
other -mfix-* options. Let me know if you spot a problem with the
new version, or if you aren't happy with it.
- ...I changed the name of the parameter from TEMPLATE to LOOP to avoid a bootstrap-breaking warning about using a C++ identifier. (Again my fault. I'd used TEMPLATE when suggesting the function, but it was a completely untested suggestion.)
- I added a prototype to mips-protos.h, again to avoid a bootstrap- breaking warning.
- I fixed a typo: s/!TARGET_BRANCHLIKEL/!TARGET_BRANCHLIKELY/. GCC wouldn't build without this, so perhaps the posted patch wasn't the final one.
Applied with those changes. I've attached the final changelog and patch below. Thanks for the contribution, and for your patience.
-- Joshua Kinard Gentoo/MIPS kumba@gentoo.org
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |