alpha-tdep.c/mips-tdep.c: "set heuristic-fence-post" is signed/zinteger.
authorPedro Alves <palves@redhat.com>
Fri, 19 Apr 2013 15:15:21 +0000 (15:15 +0000)
committerPedro Alves <palves@redhat.com>
Fri, 19 Apr 2013 15:15:21 +0000 (15:15 +0000)
commit44096aee2e53b84d296506bef1fcd3059280a857
treedabf90c72215091ce063f400ec552b6bbd110865
parente4286e57c527e5b92e0d1458a71dbca7b9b96cec
alpha-tdep.c/mips-tdep.c: "set heuristic-fence-post" is signed/zinteger.

These commands are currently var_zinteger, hence their control
variable is signed.

gdb/
2013-04-19  Pedro Alves  <palves@redhat.com>

* alpha-tdep.c (heuristic_fence_post): Change type to int.
(alpha_heuristic_proc_start): Adjust to check -1 instead of
UINT_MAX.
* mips-tdep.c (heuristic_fence_post): Change type to int.
(heuristic_proc_start): Adjust to check -1 instead of UINT_MAX.
gdb/ChangeLog
gdb/alpha-tdep.c
gdb/mips-tdep.c
This page took 0.02478 seconds and 4 git commands to generate.