mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-22 19:09:31 +08:00
* configure.srv: Fix typo setting srv_regobj.
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
2010-03-15 Andreas Schwab <schwab@redhat.com>
|
||||||
|
|
||||||
|
* configure.srv: Fix typo setting srv_regobj.
|
||||||
|
|
||||||
2010-03-15 Pedro Alves <pedro@codesourcery.com>
|
2010-03-15 Pedro Alves <pedro@codesourcery.com>
|
||||||
|
|
||||||
* linux-low.c (fetch_register): Avoid passing a non string literal
|
* linux-low.c (fetch_register): Avoid passing a non string literal
|
||||||
|
@ -119,7 +119,7 @@ case "${target}" in
|
|||||||
m68*-*-linux*) if test "$gdb_cv_m68k_is_coldfire" = yes; then
|
m68*-*-linux*) if test "$gdb_cv_m68k_is_coldfire" = yes; then
|
||||||
srv_regobj=reg-cf.o
|
srv_regobj=reg-cf.o
|
||||||
else
|
else
|
||||||
src_regobj=reg-m68k.o
|
srv_regobj=reg-m68k.o
|
||||||
fi
|
fi
|
||||||
srv_tgtobj="linux-low.o linux-m68k-low.o"
|
srv_tgtobj="linux-low.o linux-m68k-low.o"
|
||||||
srv_linux_usrregs=yes
|
srv_linux_usrregs=yes
|
||||||
@ -129,7 +129,7 @@ case "${target}" in
|
|||||||
m68*-*-uclinux*) if test "$gdb_cv_m68k_is_coldfire" = yes; then
|
m68*-*-uclinux*) if test "$gdb_cv_m68k_is_coldfire" = yes; then
|
||||||
srv_regobj=reg-cf.o
|
srv_regobj=reg-cf.o
|
||||||
else
|
else
|
||||||
src_regobj=reg-m68k.o
|
srv_regobj=reg-m68k.o
|
||||||
fi
|
fi
|
||||||
srv_tgtobj="linux-low.o linux-m68k-low.o"
|
srv_tgtobj="linux-low.o linux-m68k-low.o"
|
||||||
srv_linux_usrregs=yes
|
srv_linux_usrregs=yes
|
||||||
|
Reference in New Issue
Block a user