Files
binutils-gdb/gdb/testsuite/gdb.ada/unchecked_union
Tom Tromey e29ff7211b Avoid some compiler warnings in gdb.ada
Running gdb.ada/verylong.exp shows a warning from the Ada compiler:

prog.adb:16:11: warning: file name does not match unit name, should be "main.adb" [enabled by default]

This patch fixes the problem, and another similar one in
unchecked_union.exp.
2023-04-27 10:31:32 -06:00
..