Index: breakpoint.c =================================================================== RCS file: /cvs/src/src/gdb/breakpoint.c,v retrieving revision 1.158 diff -u -p -r1.158 breakpoint.c --- breakpoint.c 3 Feb 2004 22:47:40 -0000 1.158 +++ breakpoint.c 20 Feb 2004 01:12:34 -0000 @@ -3471,13 +3471,7 @@ print_one_breakpoint (struct breakpoint { annotate_field (4); if (b->pending) - { - ui_out_field_string (uiout, "addr", ""); - if (TARGET_ADDR_BIT <= 32) - ui_out_spaces (uiout, 2); - else - ui_out_spaces (uiout, 8); - } + ui_out_field_string (uiout, "addr", ""); else ui_out_field_core_addr (uiout, "addr", b->loc->address); }