gdbarch.sh: Remove commented out TARGET_CHAR_BIT definition
authorSimon Marchi <simon.marchi@ericsson.com>
Wed, 3 May 2017 13:21:27 +0000 (09:21 -0400)
committerSimon Marchi <simon.marchi@ericsson.com>
Wed, 3 May 2017 13:21:27 +0000 (09:21 -0400)
As Pedro commented on the patch "Change field separator in gdbarch.sh",
this commented out definition is probably not useful and should be
removed.  It has been commented out for basically forever, and it
probably serves the same intent as addressable_memory_unit_size.

gdb/ChangeLog:

* gdbarch.sh: Remove commented out definition of
TARGET_CHAR_BIT.
* gdbarch.h: Re-generate.

gdb/ChangeLog
gdb/gdbarch.h
gdb/gdbarch.sh

index 5e697593ef5e63b6283ed3b19a272112981cdcf3..9bb3510442bf805cd73a48f132ea39032026b792 100644 (file)
@@ -1,3 +1,9 @@
+2017-05-03  Simon Marchi  <simon.marchi@ericsson.com>
+
+       * gdbarch.sh: Remove commented out definition of
+       TARGET_CHAR_BIT.
+       * gdbarch.h: Re-generate.
+
 2017-05-03  Sergio Durigan Junior  <sergiodj@redhat.com>
 
        * configure: Regenerate.
index 442bef165a06635801936db2328d63a951ccc4a9..15a81418b0aee7fd856b6f90839867bf7f4ef5a2 100644 (file)
@@ -128,11 +128,7 @@ extern const struct target_desc * gdbarch_target_desc (struct gdbarch *gdbarch);
 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 char or unsigned char for the target machine.
-   Just like CHAR_BIT in <limits.h> but describes the target machine.
-   v;TARGET_CHAR_BIT;int;char_bit;;;;8 * sizeof (char);8;;0;
-  
-   Number of bits in a short or unsigned short for the target machine. */
+/* Number of bits in a short or unsigned short for the target machine. */
 
 extern int gdbarch_short_bit (struct gdbarch *gdbarch);
 extern void set_gdbarch_short_bit (struct gdbarch *gdbarch, int short_bit);
index 68163a194736f504ecf9ac7fe72fc39ae210d0ab..753819f321c5a9b8f513bc83ad83a19a7ee094b5 100755 (executable)
@@ -351,10 +351,6 @@ i;const struct target_desc *;target_desc;;;;;;;host_address_to_string (gdbarch->
 # and such.  Conceptually, it's quite separate from byte/word byte order.
 v;int;bits_big_endian;;;1;(gdbarch->byte_order == BFD_ENDIAN_BIG);;0
 
-# Number of bits in a char or unsigned char for the target machine.
-# Just like CHAR_BIT in <limits.h> but describes the target machine.
-# v;TARGET_CHAR_BIT;int;char_bit;;;;8 * sizeof (char);8;;0;
-#
 # Number of bits in a short or unsigned short for the target machine.
 v;int;short_bit;;;8 * sizeof (short);2*TARGET_CHAR_BIT;;0
 # Number of bits in an int or unsigned int for the target machine.