* configure.in: Move termcap determination a later in the file to catch
[deliverable/binutils-gdb.git] / gdb / h8500-tdep.c
index e66bcc3dbf696571c8e322d1259872f2d7dfb77d..49fab2d54e560ef07dc0ed33a485448c7a49f564 100644 (file)
@@ -98,6 +98,13 @@ h8500_skip_prologue (start_pc)
   return start_pc;
 }
 
+CORE_ADDR
+h8500_addr_bits_remove (addr)
+     CORE_ADDR addr;
+{
+  return ((addr) & 0xffffff);
+}
+
 /* Given a GDB frame, determine the address of the calling function's frame.
    This will be used to create a new GDB frame struct, and then
    INIT_EXTRA_FRAME_INFO and INIT_FRAME_PC will be called for the new frame.
This page took 0.023774 seconds and 4 git commands to generate.