This is the mail archive of the gdb-prs@sourceware.org mailing list for the GDB 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]

[Bug rust/21185] add i128 and u128 support to rust


https://sourceware.org/bugzilla/show_bug.cgi?id=21185

--- Comment #1 from Tom Tromey <tromey at sourceware dot org> ---
I tried a hack that typedefs LONGEST and ULONGEST using __int128.
This found a couple of type errors in the source.
Unfortunately the resulting gdb doesn't seem to work properly.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]