mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-03 04:12:10 +08:00
2003-01-19 Andrew Cagney <ac131313@redhat.com>
* config/pa/tm-hppa.h (DEPRECATED_DO_REGISTERS_INFO): Rename DEPRECATED_REGISTERS_INFO.
This commit is contained in:
parent
01c193c851
commit
778ce8cc71
@ -1,3 +1,8 @@
|
||||
2003-01-19 Andrew Cagney <ac131313@redhat.com>
|
||||
|
||||
* config/pa/tm-hppa.h (DEPRECATED_DO_REGISTERS_INFO): Rename
|
||||
DEPRECATED_REGISTERS_INFO.
|
||||
|
||||
2003-01-19 Andrew Cagney <ac131313@redhat.com>
|
||||
|
||||
* MAINTAINERS: Replace `Blanket Write Privs' with `Global
|
||||
|
@ -255,10 +255,10 @@ extern int hppa_pc_requires_run_before_use (CORE_ADDR pc);
|
||||
(buf)[sizeof(CORE_ADDR) -1] &= ~0x3; \
|
||||
} while (0)
|
||||
|
||||
/* Define DEPRECATED_REGISTERS_INFO() to do machine-specific formatting
|
||||
of register dumps. */
|
||||
/* Define DEPRECATED_DO_REGISTERS_INFO() to do machine-specific
|
||||
formatting of register dumps. */
|
||||
|
||||
#define DEPRECATED_REGISTERS_INFO(_regnum, fp) pa_do_registers_info (_regnum, fp)
|
||||
#define DEPRECATED_DO_REGISTERS_INFO(_regnum, fp) pa_do_registers_info (_regnum, fp)
|
||||
extern void pa_do_registers_info (int, int);
|
||||
|
||||
#if 0
|
||||
|
Loading…
Reference in New Issue
Block a user