Automatic date update in version.in
[deliverable/binutils-gdb.git] / gdb / gdbarch.h
index 01b5aef8f80323bf8b73c0cb458279f90a24cce3..78e05ecdcb93b8ae8dc843d27618f82cb0adde59 100644 (file)
@@ -146,12 +146,6 @@ extern const struct target_desc * gdbarch_target_desc (struct gdbarch *gdbarch);
 
 /* The following are initialized by the target dependent code.  */
 
-/* The bit byte-order has to do just with numbering of bits in debugging symbols
-   and such.  Conceptually, it's quite separate from byte/word byte order. */
-
-extern int gdbarch_bits_big_endian (struct gdbarch *gdbarch);
-extern void set_gdbarch_bits_big_endian (struct gdbarch *gdbarch, int bits_big_endian);
-
 /* Number of bits in a short or unsigned short for the target machine. */
 
 extern int gdbarch_short_bit (struct gdbarch *gdbarch);
This page took 0.027029 seconds and 4 git commands to generate.