bfd: patch for missing strtoull
Ian Lance Taylor
ian@airs.com
Fri Jan 4 10:47:00 GMT 2002
More information about the Binutils mailing list
Fri Jan 4 10:47:00 GMT 2002
- Previous message (by thread): bfd: patch for missing strtoull
- Next message (by thread): bfd: patch for missing strtoull
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Aldy Hernandez <aldyh@redhat.com> writes: > hi guys! > > MacOS X does not have strtoull so bfd doesn't build. *sigh* > > here is a patch to add configury magic to check for strtoull, and if not > available, use our own version of strtoull (stolen from newlib). > > is this the right approach? No. The right approach is to add strtoull to newlib. (As far as I can see, newlib has strtoul, but not strtoull.) Or perhaps the code which uses strtoull should use bfd_scan_vma instead. The value appears to being stored in a bfd_vma, not in a long long. Ian
- Previous message (by thread): bfd: patch for missing strtoull
- Next message (by thread): bfd: patch for missing strtoull
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Binutils mailing list