[aarch64-port-dev ] RFR: 8248414: AArch64: Remove uses of long and unsigned long ints

Andrew Haley aph at redhat.com
Sun Jul 12 09:16:30 UTC 2020


On 11/07/2020 14:35, David Holmes wrote:
 > I don't know how this relates to to the current issue:
 >
 > -AARCH64_AS = "<PATH-TO-AS>"
 > -AARCH64_OBJDUMP = "<PATH-TO-OBJDUMP>"
 > -AARCH64_OBJCOPY = "<PATH-TO-OBJCOPY>"
 > +AARCH64_AS = "as"
 > +AARCH64_OBJDUMP = "objdump"
 > +AARCH64_OBJCOPY = "objcopy"
 >
 > but otherwise the incremental changes look okay to me.

It's one of those minor clean-up-as-you-go things that we talked about
at the OpenJDK contributors' meeting a couple of years back: something
that's annoying in a minor way but never quite enough to go through
the rigmarole of creating a bug report and getting it reviewed.
Without this change it's necessary to edit the program before running
it. So, I had to make this change in order to run it; then it seemed
crazy to break it again in order to check it in.

-- 
Andrew Haley  (he/him)
Java Platform Lead Engineer
Red Hat UK Ltd. <https://www.redhat.com>
https://keybase.io/andrewhaley
EAC8 43EB D3EF DB98 CC77 2FAD A5CD 6035 332F A671



More information about the aarch64-port-dev mailing list