This is the mail archive of the gdb-patches@sources.redhat.com 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]

Re: [PATCH] xstormy16-tdep.c: Set chars to unsigned



These tests:

print/d (int) (char) -1
$11 = -1
[...]


are looking pretty normal:

print/d (int) (char) -1^M
$11 = 255^M

But were they normal before this patch? I.e., did the patch affect this test's results?


If they didn't then there is a bug in the sizeof.exp test since it is ment to check that GDB/target agree on the basics.

Andrew



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