* config/tc-mips.c (cons_fix_new_mips): Only treat 8 byte reloc
[deliverable/binutils-gdb.git] / gas / gdbinit.in
1 dir @srcdir@
2 dir .
3
4 break as_warn
5 break as_bad
6 break as_bad_where
7 break as_fatal
8 break as_perror
9
10 define pe
11 call print_expr ($)
12 end
13
14 document pe
15 Print $ as an expressionS, expanding parameters.
16 end
17
18 define ps
19 call print_symbol_value ($)
20 end
21
22 document ps
23 Print $ as a symbolS, including expression value.
24 end
25
26 # Put this last, in case it fails.
27
28 break abort
This page took 0.049446 seconds and 4 git commands to generate.