diff options
author | Per Bothner <per@bothner.com> | 1992-04-03 20:25:57 +0000 |
---|---|---|
committer | Per Bothner <per@bothner.com> | 1992-04-03 20:25:57 +0000 |
commit | 556f3d9029f10733007a87814d7a46ea0c480be2 (patch) | |
tree | d49cfb64b711f5e0bcee96b33870230c5a074101 /gdb/xm-rs6000.h | |
parent | 677ff947296b08717519768157973e57ba31b3cb (diff) | |
download | gdb-556f3d9029f10733007a87814d7a46ea0c480be2.zip gdb-556f3d9029f10733007a87814d7a46ea0c480be2.tar.gz gdb-556f3d9029f10733007a87814d7a46ea0c480be2.tar.bz2 |
* munch: Must pre-pend "_" to "initialize" for SYSV style nm.
* tm-rs6000.h, xcoffexec.c, xcoffread.c, xm-rs6000.h:
Merge in more patches for rs6000 from Metin Ozisik.
* utils.c: Fix typo in comment.
Diffstat (limited to 'gdb/xm-rs6000.h')
-rw-r--r-- | gdb/xm-rs6000.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/gdb/xm-rs6000.h b/gdb/xm-rs6000.h index f75cead..4b323c6 100644 --- a/gdb/xm-rs6000.h +++ b/gdb/xm-rs6000.h @@ -60,12 +60,6 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ #define NO_SINGLE_STEP -/* Interface between xcoff symbol reading code and AIX shared library - handling code. FIXME, this probably needs generalizing. */ - -#define XCOFF_INIT_LOADINFO() xcoff_init_loadinfo() -#define XCOFF_ADD_TOC_TO_LOADINFO(x) xcoff_add_toc_to_loadinfo (x) - /* AIX's assembler doesn't grok dollar signs in identifiers. So we use dots instead. This item must be coordinated with G++. */ #undef CPLUS_MARKER |